Html Css Color HEX #951BBA Dark Orchid

📋 copy color: '#951BBA'

red 149 ◦ green 27 ◦ blue 186

#951BBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #951BBA

Tints of Dark Orchid #951BBA

RGB

 RED value IS 149 (58.59% from 255) = 41.16%

 GREEN value IS 27 (10.94% from 255) = 7.46%

 BLUE value IS 186 (73.05% from 255) = 51.38%

R = 41.16%
G = 7.46%
B = 51.38%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#951BBA (or 0x951BBA) is known color: Dark Orchid. HEX triplet: 95, 1B and BA. RGB value is (149,27,186). Sum of RGB (Red+Green+Blue) = 149+27+186=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 27 (10.94% from 255 or 7.46% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #951BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951BBA is #6AE445. Grayscale: #515151. Windows color (decimal): -7005254 or 12196757. OLE color: 12196757.

HSL color Cylindrical-coordinate representation of color #951BBA: hue angle of 286.04º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951BBA is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 27 186 -
CMYK 0.20 0.85 0 0.27
HSL 286.04º 0.75% 0.42% -
HSV(B) 286.04º 0.85% 0.73% -
XYZ 21.65 10.72 47.38 -
YUV 81.6 186.92 176.07 -
System Red Green Blue C M Y K H S L
Decimal 149 27 186 0.20 0.85 0 0.27 286.04 0.75 0.42
Hex 95 1B BA 14 55 0 1B 11E 4B 2A
Octal 225 33 272 24 125 0 33 436 113 52
Binary 10010101 11011 10111010 10100 1010101 0 11011 100011110 1001011 101010

Color Harmonies of #951BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951BBA

Black with #951BBA

Text Example


Text Example

White with #951BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951BBA; }

 p { color: rgb(149,27,186); }

 H1.HeaderClassName
 {
   color: #951BBA;
 }
 .AnyTagClassName
 {
   color: #951BBA;
 }
</style>

background-color css

<style>
 a { background-color: #951BBA; }

 a { background-color: rgb(149,27,186); }

 div.DivClassName
 {
   background-color: #951BBA;
 }
 .BgClassName
 {
   background-color: #951BBA;
 }
</style>

border-color css

<style>
 span { border-color: #951BBA; }

 span { border-color: rgb(149,27,186); }

 td.TdClassName
 {
   border-color: #951BBA;
 }
 .TagClassName
 {
   border-color: #951BBA;
 }
</style>