#953ED1

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

Shades of Dark Orchid #953ED1

Tints of Dark Orchid #953ED1

Color information

#953ED1 (or 0x953ED1) is unknown color: approx Dark Orchid. HEX triplet: 95, 3E and D1. RGB value is (149,62,209). Sum of RGB (Red+Green+Blue) = 149+62+209=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 62 (24.61% from 255 or 14.76% from 420); Blue value is 209 (82.03% from 255 or 49.76% from 420); Max value from RGB is 209 - color contains mainly: blue. Hex color #953ED1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953ED1 is #6AC12E. Grayscale: #686868. Windows color (decimal): -6996271 or 13713045. OLE color: 13713045.

HSL color Cylindrical-coordinate representation of color #953ED1: hue angle of 275.51º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #953ED1 is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14962209-
CMYK0.290.7000.18
HSL275.51º61.51%53.14%-
HSV(B)275.51º70.33%81.96%-
XYZ25.6314.4461.76-
YUV104.77186.82159.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.48%
GREEN value IS 62 (24.61% from 255) = 14.76%
BLUE value IS 209 (82.03% from 255) = 49.76%
R=35.48%
G=14.76%
B=49.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal149622090.290.7000.18275.5161.5153.14
Hex953ED11D460121143e35
Octal22576321351060224247665
Binary1001010111111011010001111011000110010010100010100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953ED1; }

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

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

<style>
 a { background-color: #953ED1; }

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

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

<style>
 span { border-color: #953ED1; }

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

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