#9724BE

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

Shades of Dark Orchid #9724BE

Tints of Dark Orchid #9724BE

Color information

#9724BE (or 0x9724BE) is unknown color: approx Dark Orchid. HEX triplet: 97, 24 and BE. RGB value is (151,36,190). Sum of RGB (Red+Green+Blue) = 151+36+190=377 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.05% from 377); Green value is 36 (14.45% from 255 or 9.55% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #9724BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9724BE is #68DB41. Grayscale: #575757. Windows color (decimal): -6871874 or 12461207. OLE color: 12461207.

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

Color convert

RGB15136190-
CMYK0.210.8100.25
HSL284.81º68.14%44.31%-
HSV(B)284.81º81.05%74.51%-
XYZ22.6911.5649.75-
YUV87.94185.6172.98-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.05%
GREEN value IS 36 (14.45% from 255) = 9.55%
BLUE value IS 190 (74.61% from 255) = 50.40%
R=40.05%
G=9.55%
B=50.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151361900.210.8100.25284.8168.1444.31
Hex9724BE155101911d442c
Octal227442762512103143510454
Binary10010111100100101111101010110100010110011000111011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9724BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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