#952cd1

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

Shades of Dark Orchid #952CD1

Tints of Dark Orchid #952CD1

Color information

#952CD1 (or 0x952CD1) is unknown color: approx Dark Orchid. HEX triplet: 95, 2C and D1. RGB value is (149,44,209). Sum of RGB (Red+Green+Blue) = 149+44+209=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 44 (17.58% from 255 or 10.95% from 402); Blue value is 209 (82.03% from 255 or 51.99% from 402); Max value from RGB is 209 - color contains mainly: blue. Hex color #952CD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952CD1 is #6AD32E. Grayscale: #5D5D5D. Windows color (decimal): -7000879 or 13708437. OLE color: 13708437.

HSL color Cylindrical-coordinate representation of color #952CD1: hue angle of 278.18º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #952CD1 is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14944209-
CMYK0.290.7900.18
HSL278.18º65.22%49.61%-
HSV(B)278.18º78.95%81.96%-
XYZ24.812.7961.48-
YUV94.2192.79167.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.06%
GREEN value IS 44 (17.58% from 255) = 10.95%
BLUE value IS 209 (82.03% from 255) = 51.99%
R=37.06%
G=10.95%
B=51.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal149442090.290.7900.18278.1865.2249.61
Hex952CD11D4F0121164132
Octal225543213511702242610162
Binary10010101101100110100011110110011110100101000101101000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952cd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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