Html Css Color HEX #9A24CE Dark Orchid

📋 copy color: '#9A24CE'

red 154 ◦ green 36 ◦ blue 206

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

Shades of Dark Orchid #9A24CE

Tints of Dark Orchid #9A24CE

RGB

 RED value IS 154 (60.55% from 255) = 38.89%

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

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

R = 38.89%
G = 9.09%
B = 52.02%

CMYK

 C value IS 0.25

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9A24CE (or 0x9A24CE) is known color: Dark Orchid. HEX triplet: 9A, 24 and CE. RGB value is (154,36,206). Sum of RGB (Red+Green+Blue) = 154+36+206=396 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.89% from 396); Green value is 36 (14.45% from 255 or 9.09% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A24CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A24CE is #65DB31. Grayscale: #5A5A5A. Windows color (decimal): -6675250 or 13509786. OLE color: 13509786.

HSL color Cylindrical-coordinate representation of color #9A24CE: hue angle of 281.65º 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 #9A24CE is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 154 36 206 -
CMYK 0.25 0.83 0 0.19
HSL 281.65º 0.7% 0.47% -
HSV(B) 281.65º 0.83% 0.81% -
XYZ 25.1 12.59 59.5 -
YUV 90.66 193.09 173.18 -
System Red Green Blue C M Y K H S L
Decimal 154 36 206 0.25 0.83 0 0.19 281.65 0.7 0.47
Hex 9A 24 CE 19 53 0 13 11A 46 2F
Octal 232 44 316 31 123 0 23 432 106 57
Binary 10011010 100100 11001110 11001 1010011 0 10011 100011010 1000110 101111

Color Harmonies of #9A24CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A24CE

Black with #9A24CE

Text Example


Text Example

White with #9A24CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A24CE; }

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

 H1.HeaderClassName
 {
   color: #9A24CE;
 }
 .AnyTagClassName
 {
   color: #9A24CE;
 }
</style>

background-color css

<style>
 a { background-color: #9A24CE; }

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

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

border-color css

<style>
 span { border-color: #9A24CE; }

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

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