#951AB4

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

Shades of Dark Orchid #951AB4

Tints of Dark Orchid #951AB4

Color information

#951AB4 (or 0x951AB4) is unknown color: approx Dark Orchid. HEX triplet: 95, 1A and B4. RGB value is (149,26,180). Sum of RGB (Red+Green+Blue) = 149+26+180=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 26 (10.55% from 255 or 7.32% from 355); Blue value is 180 (70.70% from 255 or 50.70% from 355); Max value from RGB is 180 - color contains mainly: blue. Hex color #951AB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951AB4 is #6AE54B. Grayscale: #4F4F4F. Windows color (decimal): -7005516 or 11803285. OLE color: 11803285.

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

Color convert

RGB14926180-
CMYK0.170.8600.29
HSL287.92º74.76%40.39%-
HSV(B)287.92º85.56%70.59%-
XYZ2110.4244.09-
YUV80.33184.25176.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.97%
GREEN value IS 26 (10.55% from 255) = 7.32%
BLUE value IS 180 (70.70% from 255) = 50.70%
R=41.97%
G=7.32%
B=50.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal149261800.170.8600.29287.9274.7640.39
Hex951AB4115601D1204b28
Octal225322642112603544011350
Binary1001010111010101101001000110101100111011001000001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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