#951cb2

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

Shades of Dark Orchid #951CB2

Tints of Dark Orchid #951CB2

Color information

#951CB2 (or 0x951CB2) is unknown color: approx Dark Orchid. HEX triplet: 95, 1C and B2. RGB value is (149,28,178). Sum of RGB (Red+Green+Blue) = 149+28+178=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 28 (11.33% from 255 or 7.89% from 355); Blue value is 178 (69.92% from 255 or 50.14% from 355); Max value from RGB is 178 - color contains mainly: blue. Hex color #951CB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951CB2 is #6AE34D. Grayscale: #505050. Windows color (decimal): -7005006 or 11672725. OLE color: 11672725.

HSL color Cylindrical-coordinate representation of color #951CB2: hue angle of 288.4º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #951CB2 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14928178-
CMYK0.160.8400.30
HSL288.4º72.82%40.39%-
HSV(B)288.4º84.27%69.8%-
XYZ20.8510.4343.03-
YUV81.28182.59176.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.97%
GREEN value IS 28 (11.33% from 255) = 7.89%
BLUE value IS 178 (69.92% from 255) = 50.14%
R=41.97%
G=7.89%
B=50.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal149281780.160.8400.30288.472.8240.39
Hex951CB2105401E1204928
Octal225342622012403644011150
Binary1001010111100101100101000010101000111101001000001001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951cb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,28,178); }

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

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

 a { background-color: rgb(149,28,178); }

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

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

 span { border-color: rgb(149,28,178); }

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