#953BD4

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

Shades of Dark Orchid #953BD4

Tints of Dark Orchid #953BD4

Color information

#953BD4 (or 0x953BD4) is unknown color: approx Dark Orchid. HEX triplet: 95, 3B and D4. RGB value is (149,59,212). Sum of RGB (Red+Green+Blue) = 149+59+212=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 59 (23.44% from 255 or 14.05% from 420); Blue value is 212 (83.20% from 255 or 50.48% from 420); Max value from RGB is 212 - color contains mainly: blue. Hex color #953BD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953BD4 is #6AC42B. Grayscale: #666666. Windows color (decimal): -6997036 or 13908885. OLE color: 13908885.

HSL color Cylindrical-coordinate representation of color #953BD4: hue angle of 275.29º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #953BD4 is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB14959212-
CMYK0.300.7200.17
HSL275.29º64.02%53.14%-
HSV(B)275.29º72.17%83.14%-
XYZ25.8414.2763.68-
YUV103.35189.32160.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.48%
GREEN value IS 59 (23.44% from 255) = 14.05%
BLUE value IS 212 (83.20% from 255) = 50.48%
R=35.48%
G=14.05%
B=50.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal149592120.300.7200.17275.2964.0253.14
Hex953BD41E480111134035
Octal225733243611002142310065
Binary10010101111011110101001111010010000100011000100111000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,59,212); }

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

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

 a { background-color: rgb(149,59,212); }

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

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

 span { border-color: rgb(149,59,212); }

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