#9738AC

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

Shades of Dark Orchid #9738AC

Tints of Dark Orchid #9738AC

Color information

#9738AC (or 0x9738AC) is unknown color: approx Dark Orchid. HEX triplet: 97, 38 and AC. RGB value is (151,56,172). Sum of RGB (Red+Green+Blue) = 151+56+172=379 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.84% from 379); Green value is 56 (22.27% from 255 or 14.78% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #9738AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9738AC is #68C753. Grayscale: #616161. Windows color (decimal): -6866772 or 11286679. OLE color: 11286679.

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

Color convert

RGB15156172-
CMYK0.120.6700.33
HSL289.14º50.88%44.71%-
HSV(B)289.14º67.44%67.45%-
XYZ21.6212.3940.28-
YUV97.63169.97166.07-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.84%
GREEN value IS 56 (22.27% from 255) = 14.78%
BLUE value IS 172 (67.58% from 255) = 45.38%
R=39.84%
G=14.78%
B=45.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151561720.120.6700.33289.1450.8844.71
Hex9738ACC43021121332d
Octal22770254141030414416355
Binary1001011111100010101100110010000110100001100100001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9738AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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