Html Css Color HEX #9924BA Dark Orchid

📋 copy color: '#9924BA'

red 153 ◦ green 36 ◦ blue 186

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

Shades of Dark Orchid #9924BA

Tints of Dark Orchid #9924BA

RGB

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

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

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

R = 40.8%
G = 9.6%
B = 49.6%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9924BA (or 0x9924BA) is known color: Dark Orchid. HEX triplet: 99, 24 and BA. RGB value is (153,36,186). Sum of RGB (Red+Green+Blue) = 153+36+186=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 36 (14.45% from 255 or 9.6% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #9924BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9924BA is #66DB45. Grayscale: #575757. Windows color (decimal): -6740806 or 12199065. OLE color: 12199065.

HSL color Cylindrical-coordinate representation of color #9924BA: hue angle of 286.8º 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 #9924BA is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 36 186 -
CMYK 0.18 0.81 0 0.27
HSL 286.8º 0.68% 0.44% -
HSV(B) 286.8º 0.81% 0.73% -
XYZ 22.63 11.58 47.5 -
YUV 88.08 183.26 174.3 -
System Red Green Blue C M Y K H S L
Decimal 153 36 186 0.18 0.81 0 0.27 286.8 0.68 0.44
Hex 99 24 BA 12 51 0 1B 11F 44 2C
Octal 231 44 272 22 121 0 33 437 104 54
Binary 10011001 100100 10111010 10010 1010001 0 11011 100011111 1000100 101100

Color Harmonies of #9924BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9924BA

Black with #9924BA

Text Example


Text Example

White with #9924BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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