#9738AE

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

Shades of Dark Orchid #9738AE

Tints of Dark Orchid #9738AE

Color information

#9738AE (or 0x9738AE) is unknown color: approx Dark Orchid. HEX triplet: 97, 38 and AE. RGB value is (151,56,174). Sum of RGB (Red+Green+Blue) = 151+56+174=381 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.63% from 381); Green value is 56 (22.27% from 255 or 14.70% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 174 - color contains mainly: blue. Hex color #9738AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9738AE is #68C751. Grayscale: #616161. Windows color (decimal): -6866770 or 11417751. OLE color: 11417751.

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

Color convert

RGB15156174-
CMYK0.130.6800.32
HSL288.31º51.3%45.1%-
HSV(B)288.31º67.82%68.24%-
XYZ21.8212.4641.3-
YUV97.86170.97165.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.63%
GREEN value IS 56 (22.27% from 255) = 14.70%
BLUE value IS 174 (68.36% from 255) = 45.67%
R=39.63%
G=14.70%
B=45.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal151561740.130.6800.32288.3151.345.1
Hex9738AED44020120332d
Octal22770256151040404406355
Binary1001011111100010101110110110001000100000100100000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9738AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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