#9736BE

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

Shades of Dark Orchid #9736BE

Tints of Dark Orchid #9736BE

Color information

#9736BE (or 0x9736BE) is unknown color: approx Dark Orchid. HEX triplet: 97, 36 and BE. RGB value is (151,54,190). Sum of RGB (Red+Green+Blue) = 151+54+190=395 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.23% from 395); Green value is 54 (21.48% from 255 or 13.67% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #9736BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9736BE is #68C941. Grayscale: #626262. Windows color (decimal): -6867266 or 12465815. OLE color: 12465815.

HSL color Cylindrical-coordinate representation of color #9736BE: hue angle of 282.79º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9736BE is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15154190-
CMYK0.210.7200.25
HSL282.79º55.74%47.84%-
HSV(B)282.79º71.58%74.51%-
XYZ23.3812.9449.98-
YUV98.51179.64165.44-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.23%
GREEN value IS 54 (21.48% from 255) = 13.67%
BLUE value IS 190 (74.61% from 255) = 48.10%
R=38.23%
G=13.67%
B=48.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151541900.210.7200.25282.7955.7447.84
Hex9736BE154801911b3830
Octal22766276251100314337060
Binary1001011111011010111110101011001000011001100011011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9736BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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