#9635AE

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

Shades of Dark Orchid #9635AE

Tints of Dark Orchid #9635AE

Color information

#9635AE (or 0x9635AE) is unknown color: approx Dark Orchid. HEX triplet: 96, 35 and AE. RGB value is (150,53,174). Sum of RGB (Red+Green+Blue) = 150+53+174=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 53 (21.09% from 255 or 14.06% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #9635AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9635AE is #69CA51. Grayscale: #5F5F5F. Windows color (decimal): -6933074 or 11416982. OLE color: 11416982.

HSL color Cylindrical-coordinate representation of color #9635AE: hue angle of 288.1º 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 #9635AE is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15053174-
CMYK0.140.7000.32
HSL288.1º53.3%44.51%-
HSV(B)288.1º69.54%68.24%-
XYZ21.4912.0941.24-
YUV95.8172.14166.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.79%
GREEN value IS 53 (21.09% from 255) = 14.06%
BLUE value IS 174 (68.36% from 255) = 46.15%
R=39.79%
G=14.06%
B=46.15%

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
Decimal150531740.140.7000.32288.153.344.51
Hex9635AEE46020120352d
Octal22665256161060404406555
Binary1001011011010110101110111010001100100000100100000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9635AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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