#952CCF

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

Shades of Dark Orchid #952CCF

Tints of Dark Orchid #952CCF

Color information

#952CCF (or 0x952CCF) is unknown color: approx Dark Orchid. HEX triplet: 95, 2C and CF. RGB value is (149,44,207). Sum of RGB (Red+Green+Blue) = 149+44+207=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 44 (17.58% from 255 or 11% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #952CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952CCF is #6AD330. Grayscale: #5D5D5D. Windows color (decimal): -7000881 or 13577365. OLE color: 13577365.

HSL color Cylindrical-coordinate representation of color #952CCF: hue angle of 278.65º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #952CCF is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14944207-
CMYK0.280.7900.19
HSL278.65º64.94%49.22%-
HSV(B)278.65º78.74%81.18%-
XYZ24.5612.760.19-
YUV93.98191.79167.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.25%
GREEN value IS 44 (17.58% from 255) = 11%
BLUE value IS 207 (81.25% from 255) = 51.75%
R=37.25%
G=11%
B=51.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal149442070.280.7900.19278.6564.9449.22
Hex952CCF1C4F0131174131
Octal225543173411702342710161
Binary10010101101100110011111110010011110100111000101111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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