Html Css Color HEX #9924AF Dark Orchid

📋 copy color: '#9924AF'

red 153 ◦ green 36 ◦ blue 175

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

Shades of Dark Orchid #9924AF

Tints of Dark Orchid #9924AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.08%

R = 42.03%
G = 9.89%
B = 48.08%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9924AF (or 0x9924AF) is known color: Dark Orchid. HEX triplet: 99, 24 and AF. RGB value is (153,36,175). Sum of RGB (Red+Green+Blue) = 153+36+175=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 175 - color contains mainly: blue. Hex color #9924AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9924AF is #66DB50. Grayscale: #565656. Windows color (decimal): -6740817 or 11478169. OLE color: 11478169.

HSL color Cylindrical-coordinate representation of color #9924AF: hue angle of 290.5º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9924AF is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 153 36 175 -
CMYK 0.13 0.79 0 0.31
HSL 290.5º 0.66% 0.41% -
HSV(B) 290.5º 0.79% 0.69% -
XYZ 21.51 11.13 41.57 -
YUV 86.83 177.76 175.2 -
System Red Green Blue C M Y K H S L
Decimal 153 36 175 0.13 0.79 0 0.31 290.5 0.66 0.41
Hex 99 24 AF D 4F 0 1F 123 42 29
Octal 231 44 257 15 117 0 37 443 102 51
Binary 10011001 100100 10101111 1101 1001111 0 11111 100100011 1000010 101001

Color Harmonies of #9924AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9924AF

Black with #9924AF

Text Example


Text Example

White with #9924AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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