#9738D8

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

Shades of Dark Orchid #9738D8

Tints of Dark Orchid #9738D8

Color information

#9738D8 (or 0x9738D8) is unknown color: approx Dark Orchid. HEX triplet: 97, 38 and D8. RGB value is (151,56,216). Sum of RGB (Red+Green+Blue) = 151+56+216=423 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.70% from 423); Green value is 56 (22.27% from 255 or 13.24% from 423); Blue value is 216 (84.77% from 255 or 51.06% from 423); Max value from RGB is 216 - color contains mainly: blue. Hex color #9738D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9738D8 is #68C727. Grayscale: #666666. Windows color (decimal): -6866728 or 14170263. OLE color: 14170263.

HSL color Cylindrical-coordinate representation of color #9738D8: hue angle of 275.62º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9738D8 is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15156216-
CMYK0.300.7400.15
HSL275.62º67.23%53.33%-
HSV(B)275.62º74.07%84.71%-
XYZ26.5714.3766.34-
YUV102.65191.97162.49-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.70%
GREEN value IS 56 (22.27% from 255) = 13.24%
BLUE value IS 216 (84.77% from 255) = 51.06%
R=35.70%
G=13.24%
B=51.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal151562160.300.7400.15275.6267.2353.33
Hex9738D81E4A0F1144335
Octal227703303611201742410365
Binary1001011111100011011000111101001010011111000101001000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9738D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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