#9636B3

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

Shades of Dark Orchid #9636B3

Tints of Dark Orchid #9636B3

Color information

#9636B3 (or 0x9636B3) is unknown color: approx Dark Orchid. HEX triplet: 96, 36 and B3. RGB value is (150,54,179). Sum of RGB (Red+Green+Blue) = 150+54+179=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 54 (21.48% from 255 or 14.10% from 383); Blue value is 179 (70.31% from 255 or 46.74% from 383); Max value from RGB is 179 - color contains mainly: blue. Hex color #9636B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9636B3 is #69C94C. Grayscale: #606060. Windows color (decimal): -6932813 or 11744918. OLE color: 11744918.

HSL color Cylindrical-coordinate representation of color #9636B3: hue angle of 286.08º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9636B3 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15054179-
CMYK0.160.7000.30
HSL286.08º53.65%45.69%-
HSV(B)286.08º69.83%70.2%-
XYZ22.0312.3843.88-
YUV96.95174.3165.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.16%
GREEN value IS 54 (21.48% from 255) = 14.10%
BLUE value IS 179 (70.31% from 255) = 46.74%
R=39.16%
G=14.10%
B=46.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal150541790.160.7000.30286.0853.6545.69
Hex9636B3104601E11e362e
Octal22666263201060364366656
Binary1001011011011010110011100001000110011110100011110110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9636B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9636B3; }

 p { color: rgb(150,54,179); }

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

<style>
 a { background-color: #9636B3; }

 a { background-color: rgb(150,54,179); }

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

<style>
 span { border-color: #9636B3; }

 span { border-color: rgb(150,54,179); }

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