Html Css Color HEX #951BAB Dark Orchid

📋 copy color: '#951BAB'

red 149 ◦ green 27 ◦ blue 171

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

Shades of Dark Orchid #951BAB

Tints of Dark Orchid #951BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.28%

R = 42.94%
G = 7.78%
B = 49.28%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#951BAB (or 0x951BAB) is known color: Dark Orchid. HEX triplet: 95, 1B and AB. RGB value is (149,27,171). Sum of RGB (Red+Green+Blue) = 149+27+171=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 27 (10.94% from 255 or 7.78% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #951BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951BAB is #6AE454. Grayscale: #4F4F4F. Windows color (decimal): -7005269 or 11213717. OLE color: 11213717.

HSL color Cylindrical-coordinate representation of color #951BAB: hue angle of 290.83º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #951BAB is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 27 171 -
CMYK 0.13 0.84 0 0.33
HSL 290.83º 0.73% 0.39% -
HSV(B) 290.83º 0.84% 0.67% -
XYZ 20.14 10.11 39.42 -
YUV 79.89 179.42 177.29 -
System Red Green Blue C M Y K H S L
Decimal 149 27 171 0.13 0.84 0 0.33 290.83 0.73 0.39
Hex 95 1B AB D 54 0 21 123 49 27
Octal 225 33 253 15 124 0 41 443 111 47
Binary 10010101 11011 10101011 1101 1010100 0 100001 100100011 1001001 100111

Color Harmonies of #951BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951BAB

Black with #951BAB

Text Example


Text Example

White with #951BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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