Html Css Color HEX #9924CA Dark Orchid

📋 copy color: '#9924CA'

red 153 ◦ green 36 ◦ blue 202

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

Shades of Dark Orchid #9924CA

Tints of Dark Orchid #9924CA

RGB

 RED value IS 153 (60.16% from 255) = 39.13%

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

 BLUE value IS 202 (79.3% from 255) = 51.66%

R = 39.13%
G = 9.21%
B = 51.66%

CMYK

 C value IS 0.24

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9924CA (or 0x9924CA) is known color: Dark Orchid. HEX triplet: 99, 24 and CA. RGB value is (153,36,202). Sum of RGB (Red+Green+Blue) = 153+36+202=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 36 (14.45% from 255 or 9.21% from 391); Blue value is 202 (79.30% from 255 or 51.66% from 391); Max value from RGB is 202 - color contains mainly: blue. Hex color #9924CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9924CA is #66DB35. Grayscale: #595959. Windows color (decimal): -6740790 or 13247641. OLE color: 13247641.

HSL color Cylindrical-coordinate representation of color #9924CA: hue angle of 282.29º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9924CA is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 153 36 202 -
CMYK 0.24 0.82 0 0.21
HSL 282.29º 0.7% 0.47% -
HSV(B) 282.29º 0.82% 0.79% -
XYZ 24.43 12.3 56.96 -
YUV 89.91 191.26 173 -
System Red Green Blue C M Y K H S L
Decimal 153 36 202 0.24 0.82 0 0.21 282.29 0.7 0.47
Hex 99 24 CA 18 52 0 15 11A 46 2F
Octal 231 44 312 30 122 0 25 432 106 57
Binary 10011001 100100 11001010 11000 1010010 0 10101 100011010 1000110 101111

Color Harmonies of #9924CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9924CA

Black with #9924CA

Text Example


Text Example

White with #9924CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9924CA; }

 p { color: rgb(153,36,202); }

 H1.HeaderClassName
 {
   color: #9924CA;
 }
 .AnyTagClassName
 {
   color: #9924CA;
 }
</style>

background-color css

<style>
 a { background-color: #9924CA; }

 a { background-color: rgb(153,36,202); }

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

border-color css

<style>
 span { border-color: #9924CA; }

 span { border-color: rgb(153,36,202); }

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