#952CB7

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

Shades of Dark Orchid #952CB7

Tints of Dark Orchid #952CB7

Color information

#952CB7 (or 0x952CB7) is unknown color: approx Dark Orchid. HEX triplet: 95, 2C and B7. RGB value is (149,44,183). Sum of RGB (Red+Green+Blue) = 149+44+183=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 44 (17.58% from 255 or 11.70% from 376); Blue value is 183 (71.88% from 255 or 48.67% from 376); Max value from RGB is 183 - color contains mainly: blue. Hex color #952CB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952CB7 is #6AD348. Grayscale: #5A5A5A. Windows color (decimal): -7000905 or 12004501. OLE color: 12004501.

HSL color Cylindrical-coordinate representation of color #952CB7: hue angle of 285.32º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #952CB7 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB14944183-
CMYK0.190.7600.28
HSL285.32º61.23%44.51%-
HSV(B)285.32º75.96%71.76%-
XYZ21.8411.6145.89-
YUV91.24179.79169.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.63%
GREEN value IS 44 (17.58% from 255) = 11.70%
BLUE value IS 183 (71.88% from 255) = 48.67%
R=39.63%
G=11.70%
B=48.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal149441830.190.7600.28285.3261.2344.51
Hex952CB7134C01C11d3d2d
Octal22554267231140344357555
Binary1001010110110010110111100111001100011100100011101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,44,183); }

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

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

 a { background-color: rgb(149,44,183); }

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

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

 span { border-color: rgb(149,44,183); }

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