#953CB5

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

Shades of Dark Orchid #953CB5

Tints of Dark Orchid #953CB5

Color information

#953CB5 (or 0x953CB5) is unknown color: approx Dark Orchid. HEX triplet: 95, 3C and B5. RGB value is (149,60,181). Sum of RGB (Red+Green+Blue) = 149+60+181=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 60 (23.83% from 255 or 15.38% from 390); Blue value is 181 (71.09% from 255 or 46.41% from 390); Max value from RGB is 181 - color contains mainly: blue. Hex color #953CB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953CB5 is #6AC34A. Grayscale: #646464. Windows color (decimal): -6996811 or 11877525. OLE color: 11877525.

HSL color Cylindrical-coordinate representation of color #953CB5: hue angle of 284.13º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #953CB5 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14960181-
CMYK0.180.6700.29
HSL284.13º50.21%47.25%-
HSV(B)284.13º66.85%70.98%-
XYZ22.3512.9645.04-
YUV100.4173.49162.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.21%
GREEN value IS 60 (23.83% from 255) = 15.38%
BLUE value IS 181 (71.09% from 255) = 46.41%
R=38.21%
G=15.38%
B=46.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal149601810.180.6700.29284.1350.2147.25
Hex953CB5124301D11c322f
Octal22574265221030354346257
Binary1001010111110010110101100101000011011101100011100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,60,181); }

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

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

 a { background-color: rgb(149,60,181); }

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

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

 span { border-color: rgb(149,60,181); }

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