#9535AE

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

Shades of Dark Orchid #9535AE

Tints of Dark Orchid #9535AE

Color information

#9535AE (or 0x9535AE) is unknown color: approx Dark Orchid. HEX triplet: 95, 35 and AE. RGB value is (149,53,174). Sum of RGB (Red+Green+Blue) = 149+53+174=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #9535AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9535AE is #6ACA51. Grayscale: #5F5F5F. Windows color (decimal): -6998610 or 11416981. OLE color: 11416981.

HSL color Cylindrical-coordinate representation of color #9535AE: hue angle of 287.6º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9535AE is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14953174-
CMYK0.140.7000.32
HSL287.6º53.3%44.51%-
HSV(B)287.6º69.54%68.24%-
XYZ21.3111.9941.24-
YUV95.5172.3166.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.63%
GREEN value IS 53 (21.09% from 255) = 14.10%
BLUE value IS 174 (68.36% from 255) = 46.28%
R=39.63%
G=14.10%
B=46.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal149531740.140.7000.32287.653.344.51
Hex9535AEE46020120352d
Octal22565256161060404406555
Binary1001010111010110101110111010001100100000100100000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9535AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9535AE; }

 p { color: rgb(149,53,174); }

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

<style>
 a { background-color: #9535AE; }

 a { background-color: rgb(149,53,174); }

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

<style>
 span { border-color: #9535AE; }

 span { border-color: rgb(149,53,174); }

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