Html Css Color HEX #951AAB Dark Orchid

📋 copy color: '#951AAB'

red 149 ◦ green 26 ◦ blue 171

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

Shades of Dark Orchid #951AAB

Tints of Dark Orchid #951AAB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.51%

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

R = 43.06%
G = 7.51%
B = 49.42%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#951AAB (or 0x951AAB) is known color: Dark Orchid. HEX triplet: 95, 1A and AB. RGB value is (149,26,171). Sum of RGB (Red+Green+Blue) = 149+26+171=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #951AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951AAB is #6AE554. Grayscale: #4E4E4E. Windows color (decimal): -7005525 or 11213461. OLE color: 11213461.

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

Color convert

RGB 149 26 171 -
CMYK 0.13 0.85 0 0.33
HSL 290.9º 0.74% 0.39% -
HSV(B) 290.9º 0.85% 0.67% -
XYZ 20.11 10.07 39.41 -
YUV 79.31 179.75 177.71 -
System Red Green Blue C M Y K H S L
Decimal 149 26 171 0.13 0.85 0 0.33 290.9 0.74 0.39
Hex 95 1A AB D 55 0 21 123 4A 27
Octal 225 32 253 15 125 0 41 443 112 47
Binary 10010101 11010 10101011 1101 1010101 0 100001 100100011 1001010 100111

Color Harmonies of #951AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951AAB

Black with #951AAB

Text Example


Text Example

White with #951AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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