#9736B7

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

Shades of Dark Orchid #9736B7

Tints of Dark Orchid #9736B7

Color information

#9736B7 (or 0x9736B7) is unknown color: approx Dark Orchid. HEX triplet: 97, 36 and B7. RGB value is (151,54,183). Sum of RGB (Red+Green+Blue) = 151+54+183=388 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.92% from 388); Green value is 54 (21.48% from 255 or 13.92% from 388); Blue value is 183 (71.88% from 255 or 47.16% from 388); Max value from RGB is 183 - color contains mainly: blue. Hex color #9736B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9736B7 is #68C948. Grayscale: #616161. Windows color (decimal): -6867273 or 12007063. OLE color: 12007063.

HSL color Cylindrical-coordinate representation of color #9736B7: hue angle of 285.12º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9736B7 is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB15154183-
CMYK0.170.7000.28
HSL285.12º54.43%46.47%-
HSV(B)285.12º70.49%71.76%-
XYZ22.6312.6446.05-
YUV97.71176.14166.01-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.92%
GREEN value IS 54 (21.48% from 255) = 13.92%
BLUE value IS 183 (71.88% from 255) = 47.16%
R=38.92%
G=13.92%
B=47.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal151541830.170.7000.28285.1254.4346.47
Hex9736B7114601C11d362e
Octal22766267211060344356656
Binary1001011111011010110111100011000110011100100011101110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9736B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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