#952BC0

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

Shades of Dark Orchid #952BC0

Tints of Dark Orchid #952BC0

Color information

#952BC0 (or 0x952BC0) is unknown color: approx Dark Orchid. HEX triplet: 95, 2B and C0. RGB value is (149,43,192). Sum of RGB (Red+Green+Blue) = 149+43+192=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 43 (17.19% from 255 or 11.20% from 384); Blue value is 192 (75.39% from 255 or 50% from 384); Max value from RGB is 192 - color contains mainly: blue. Hex color #952BC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952BC0 is #6AD43F. Grayscale: #5B5B5B. Windows color (decimal): -7001152 or 12594069. OLE color: 12594069.

HSL color Cylindrical-coordinate representation of color #952BC0: hue angle of 282.68º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #952BC0 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14943192-
CMYK0.220.7800.25
HSL282.68º63.4%46.08%-
HSV(B)282.68º77.6%75.29%-
XYZ22.7711.9250.97-
YUV91.68184.62168.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.80%
GREEN value IS 43 (17.19% from 255) = 11.20%
BLUE value IS 192 (75.39% from 255) = 50%
R=38.80%
G=11.20%
B=50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal149431920.220.7800.25282.6863.446.08
Hex952BC0164E01911b3f2e
Octal22553300261160314337756
Binary1001010110101111000000101101001110011001100011011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952BC0; }

 p { color: rgb(149,43,192); }

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

<style>
 a { background-color: #952BC0; }

 a { background-color: rgb(149,43,192); }

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

<style>
 span { border-color: #952BC0; }

 span { border-color: rgb(149,43,192); }

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