#9524C7

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

Shades of Dark Orchid #9524C7

Tints of Dark Orchid #9524C7

Color information

#9524C7 (or 0x9524C7) is unknown color: approx Dark Orchid. HEX triplet: 95, 24 and C7. RGB value is (149,36,199). Sum of RGB (Red+Green+Blue) = 149+36+199=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 36 (14.45% from 255 or 9.38% from 384); Blue value is 199 (78.12% from 255 or 51.82% from 384); Max value from RGB is 199 - color contains mainly: blue. Hex color #9524C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9524C7 is #6ADB38. Grayscale: #575757. Windows color (decimal): -7002937 or 13051029. OLE color: 13051029.

HSL color Cylindrical-coordinate representation of color #9524C7: hue angle of 281.6º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9524C7 is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14936199-
CMYK0.250.8200.22
HSL281.6º69.36%46.08%-
HSV(B)281.6º81.91%78.04%-
XYZ23.3311.7755.08-
YUV88.37190.44171.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.80%
GREEN value IS 36 (14.45% from 255) = 9.38%
BLUE value IS 199 (78.12% from 255) = 51.82%
R=38.80%
G=9.38%
B=51.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal149361990.250.8200.22281.669.3646.08
Hex9524C7195201611a452e
Octal225443073112202643210556
Binary10010101100100110001111100110100100101101000110101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9524C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9524C7; }

 p { color: rgb(149,36,199); }

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

<style>
 a { background-color: #9524C7; }

 a { background-color: rgb(149,36,199); }

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

<style>
 span { border-color: #9524C7; }

 span { border-color: rgb(149,36,199); }

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