#951ec6

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

Shades of Dark Orchid #951EC6

Tints of Dark Orchid #951EC6

Color information

#951EC6 (or 0x951EC6) is unknown color: approx Dark Orchid. HEX triplet: 95, 1E and C6. RGB value is (149,30,198). Sum of RGB (Red+Green+Blue) = 149+30+198=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 30 (12.11% from 255 or 7.96% from 377); Blue value is 198 (77.73% from 255 or 52.52% from 377); Max value from RGB is 198 - color contains mainly: blue. Hex color #951EC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951EC6 is #6AE139. Grayscale: #545454. Windows color (decimal): -7004474 or 12983957. OLE color: 12983957.

HSL color Cylindrical-coordinate representation of color #951EC6: hue angle of 282.5º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951EC6 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14930198-
CMYK0.250.8500.22
HSL282.5º73.68%44.71%-
HSV(B)282.5º84.85%77.65%-
XYZ23.0511.454.41-
YUV84.73191.92173.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.52%
GREEN value IS 30 (12.11% from 255) = 7.96%
BLUE value IS 198 (77.73% from 255) = 52.52%
R=39.52%
G=7.96%
B=52.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal149301980.250.8500.22282.573.6844.71
Hex951EC6195501611a4a2d
Octal225363063112502643211255
Binary1001010111110110001101100110101010101101000110101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951ec6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,30,198); }

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

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

 a { background-color: rgb(149,30,198); }

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

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

 span { border-color: rgb(149,30,198); }

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