#952BD1

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

Shades of Dark Orchid #952BD1

Tints of Dark Orchid #952BD1

Color information

#952BD1 (or 0x952BD1) is unknown color: approx Dark Orchid. HEX triplet: 95, 2B and D1. RGB value is (149,43,209). Sum of RGB (Red+Green+Blue) = 149+43+209=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 43 (17.19% from 255 or 10.72% from 401); Blue value is 209 (82.03% from 255 or 52.12% from 401); Max value from RGB is 209 - color contains mainly: blue. Hex color #952BD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952BD1 is #6AD42E. Grayscale: #5D5D5D. Windows color (decimal): -7001135 or 13708181. OLE color: 13708181.

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

Color convert

RGB14943209-
CMYK0.290.7900.18
HSL278.31º65.87%49.41%-
HSV(B)278.31º79.43%81.96%-
XYZ24.7712.7261.47-
YUV93.62193.12167.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.16%
GREEN value IS 43 (17.19% from 255) = 10.72%
BLUE value IS 209 (82.03% from 255) = 52.12%
R=37.16%
G=10.72%
B=52.12%

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
Decimal149432090.290.7900.18278.3165.8749.41
Hex952BD11D4F0121164231
Octal225533213511702242610261
Binary10010101101011110100011110110011110100101000101101000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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