#951BCC

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

Shades of Dark Orchid #951BCC

Tints of Dark Orchid #951BCC

Color information

#951BCC (or 0x951BCC) is unknown color: approx Dark Orchid. HEX triplet: 95, 1B and CC. RGB value is (149,27,204). Sum of RGB (Red+Green+Blue) = 149+27+204=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 27 (10.94% from 255 or 7.11% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #951BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951BCC is #6AE433. Grayscale: #535353. Windows color (decimal): -7005236 or 13376405. OLE color: 13376405.

HSL color Cylindrical-coordinate representation of color #951BCC: hue angle of 281.36º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951BCC is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB14927204-
CMYK0.270.8700.2
HSL281.36º76.62%45.29%-
HSV(B)281.36º86.76%80%-
XYZ23.6911.5358.1-
YUV83.66195.92174.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.21%
GREEN value IS 27 (10.94% from 255) = 7.11%
BLUE value IS 204 (80.08% from 255) = 53.68%
R=39.21%
G=7.11%
B=53.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal149272040.270.8700.2281.3676.6245.29
Hex951BCC1B570141194d2d
Octal225333143312702443111555
Binary1001010111011110011001101110101110101001000110011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,27,204); }

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

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

 a { background-color: rgb(149,27,204); }

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

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

 span { border-color: rgb(149,27,204); }

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