#953BB3

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

Shades of Dark Orchid #953BB3

Tints of Dark Orchid #953BB3

Color information

#953BB3 (or 0x953BB3) is unknown color: approx Dark Orchid. HEX triplet: 95, 3B and B3. RGB value is (149,59,179). Sum of RGB (Red+Green+Blue) = 149+59+179=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 59 (23.44% from 255 or 15.25% from 387); Blue value is 179 (70.31% from 255 or 46.25% from 387); Max value from RGB is 179 - color contains mainly: blue. Hex color #953BB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953BB3 is #6AC44C. Grayscale: #636363. Windows color (decimal): -6997069 or 11746197. OLE color: 11746197.

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

Color convert

RGB14959179-
CMYK0.170.6700.30
HSL285º50.42%46.67%-
HSV(B)285º67.04%70.2%-
XYZ22.112.7743.95-
YUV99.59172.82163.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.50%
GREEN value IS 59 (23.44% from 255) = 15.25%
BLUE value IS 179 (70.31% from 255) = 46.25%
R=38.50%
G=15.25%
B=46.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal149591790.170.6700.3028550.4246.67
Hex953BB3114301E11d322f
Octal22573263211030364356257
Binary1001010111101110110011100011000011011110100011101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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