Html Css Color HEX #9524CE Dark Orchid

📋 copy color: '#9524CE'

red 149 ◦ green 36 ◦ blue 206

#9524CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #9524CE

Tints of Dark Orchid #9524CE

RGB

 RED value IS 149 (58.59% from 255) = 38.11%

 GREEN value IS 36 (14.45% from 255) = 9.21%

 BLUE value IS 206 (80.86% from 255) = 52.69%

R = 38.11%
G = 9.21%
B = 52.69%

CMYK

 C value IS 0.28

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9524CE (or 0x9524CE) is known color: Dark Orchid. HEX triplet: 95, 24 and CE. RGB value is (149,36,206). Sum of RGB (Red+Green+Blue) = 149+36+206=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 36 (14.45% from 255 or 9.21% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #9524CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9524CE is #6ADB31. Grayscale: #585858. Windows color (decimal): -7002930 or 13509781. OLE color: 13509781.

HSL color Cylindrical-coordinate representation of color #9524CE: hue angle of 279.88º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9524CE is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 36 206 -
CMYK 0.28 0.83 0 0.19
HSL 279.88º 0.7% 0.47% -
HSV(B) 279.88º 0.83% 0.81% -
XYZ 24.17 12.11 59.46 -
YUV 89.17 193.94 170.68 -
System Red Green Blue C M Y K H S L
Decimal 149 36 206 0.28 0.83 0 0.19 279.88 0.7 0.47
Hex 95 24 CE 1C 53 0 13 118 46 2F
Octal 225 44 316 34 123 0 23 430 106 57
Binary 10010101 100100 11001110 11100 1010011 0 10011 100011000 1000110 101111

Color Harmonies of #9524CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9524CE

Black with #9524CE

Text Example


Text Example

White with #9524CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9524CE;
 }
 .AnyTagClassName
 {
   color: #9524CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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