#9524C6

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

Shades of Dark Orchid #9524C6

Tints of Dark Orchid #9524C6

Color information

#9524C6 (or 0x9524C6) is unknown color: approx Dark Orchid. HEX triplet: 95, 24 and C6. RGB value is (149,36,198). Sum of RGB (Red+Green+Blue) = 149+36+198=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 36 (14.45% from 255 or 9.40% from 383); Blue value is 198 (77.73% from 255 or 51.70% from 383); Max value from RGB is 198 - color contains mainly: blue. Hex color #9524C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9524C6 is #6ADB39. Grayscale: #575757. Windows color (decimal): -7002938 or 12985493. OLE color: 12985493.

HSL color Cylindrical-coordinate representation of color #9524C6: hue angle of 281.85º 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 #9524C6 is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14936198-
CMYK0.250.8200.22
HSL281.85º69.23%45.88%-
HSV(B)281.85º81.82%77.65%-
XYZ23.2211.7354.47-
YUV88.26189.94171.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.90%
GREEN value IS 36 (14.45% from 255) = 9.40%
BLUE value IS 198 (77.73% from 255) = 51.70%
R=38.90%
G=9.40%
B=51.70%

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
Decimal149361980.250.8200.22281.8569.2345.88
Hex9524C6195201611a452e
Octal225443063112202643210556
Binary10010101100100110001101100110100100101101000110101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9524C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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