Html Css Color HEX #9A24BA Dark Orchid

📋 copy color: '#9A24BA'

red 154 ◦ green 36 ◦ blue 186

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

Shades of Dark Orchid #9A24BA

Tints of Dark Orchid #9A24BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.47%

R = 40.96%
G = 9.57%
B = 49.47%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9A24BA (or 0x9A24BA) is known color: Dark Orchid. HEX triplet: 9A, 24 and BA. RGB value is (154,36,186). Sum of RGB (Red+Green+Blue) = 154+36+186=376 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.96% from 376); Green value is 36 (14.45% from 255 or 9.57% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A24BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A24BA is #65DB45. Grayscale: #575757. Windows color (decimal): -6675270 or 12199066. OLE color: 12199066.

HSL color Cylindrical-coordinate representation of color #9A24BA: hue angle of 287.2º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9A24BA is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 36 186 -
CMYK 0.17 0.81 0 0.27
HSL 287.2º 0.68% 0.44% -
HSV(B) 287.2º 0.81% 0.73% -
XYZ 22.82 11.68 47.51 -
YUV 88.38 183.09 174.8 -
System Red Green Blue C M Y K H S L
Decimal 154 36 186 0.17 0.81 0 0.27 287.2 0.68 0.44
Hex 9A 24 BA 11 51 0 1B 11F 44 2C
Octal 232 44 272 21 121 0 33 437 104 54
Binary 10011010 100100 10111010 10001 1010001 0 11011 100011111 1000100 101100

Color Harmonies of #9A24BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A24BA

Black with #9A24BA

Text Example


Text Example

White with #9A24BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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