#9736AC

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

Shades of Dark Orchid #9736AC

Tints of Dark Orchid #9736AC

Color information

#9736AC (or 0x9736AC) is unknown color: approx Dark Orchid. HEX triplet: 97, 36 and AC. RGB value is (151,54,172). Sum of RGB (Red+Green+Blue) = 151+54+172=377 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.05% from 377); Green value is 54 (21.48% from 255 or 14.32% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #9736AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9736AC is #68C953. Grayscale: #606060. Windows color (decimal): -6867284 or 11286167. OLE color: 11286167.

HSL color Cylindrical-coordinate representation of color #9736AC: hue angle of 289.32º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9736AC is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15154172-
CMYK0.120.6900.33
HSL289.32º52.21%44.31%-
HSV(B)289.32º68.6%67.45%-
XYZ21.5312.240.25-
YUV96.46170.64166.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.05%
GREEN value IS 54 (21.48% from 255) = 14.32%
BLUE value IS 172 (67.58% from 255) = 45.62%
R=40.05%
G=14.32%
B=45.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151541720.120.6900.33289.3252.2144.31
Hex9736ACC45021121342c
Octal22766254141050414416454
Binary1001011111011010101100110010001010100001100100001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9736AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9736AC; }

 p { color: rgb(151,54,172); }

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

<style>
 a { background-color: #9736AC; }

 a { background-color: rgb(151,54,172); }

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

<style>
 span { border-color: #9736AC; }

 span { border-color: rgb(151,54,172); }

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