#951AB6

Color #951AB6 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #951AB6

Tints of Dark Orchid #951AB6

Color information

#951AB6 (or 0x951AB6) is unknown color: approx Dark Orchid. HEX triplet: 95, 1A and B6. RGB value is (149,26,182). Sum of RGB (Red+Green+Blue) = 149+26+182=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 26 (10.55% from 255 or 7.28% from 357); Blue value is 182 (71.48% from 255 or 50.98% from 357); Max value from RGB is 182 - color contains mainly: blue. Hex color #951AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951AB6 is #6AE549. Grayscale: #505050. Windows color (decimal): -7005514 or 11934357. OLE color: 11934357.

HSL color Cylindrical-coordinate representation of color #951AB6: hue angle of 287.31º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951AB6 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14926182-
CMYK0.180.8600.29
HSL287.31º75%40.78%-
HSV(B)287.31º85.71%71.37%-
XYZ21.2110.5145.17-
YUV80.56185.25176.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.74%
GREEN value IS 26 (10.55% from 255) = 7.28%
BLUE value IS 182 (71.48% from 255) = 50.98%
R=41.74%
G=7.28%
B=50.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal149261820.180.8600.29287.317540.78
Hex951AB6125601D11f4b29
Octal225322662212603543711351
Binary1001010111010101101101001010101100111011000111111001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #951AB6;
 }
 .AnyTagClassName
 {
   color: #951AB6;
 }
</style>
background-color css

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

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

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

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

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

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