Html Css Color HEX #9924BD Dark Orchid

📋 copy color: '#9924BD'

red 153 ◦ green 36 ◦ blue 189

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

Shades of Dark Orchid #9924BD

Tints of Dark Orchid #9924BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50%

R = 40.48%
G = 9.52%
B = 50%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9924BD (or 0x9924BD) is known color: Dark Orchid. HEX triplet: 99, 24 and BD. RGB value is (153,36,189). Sum of RGB (Red+Green+Blue) = 153+36+189=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 36 (14.45% from 255 or 9.52% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #9924BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9924BD is #66DB42. Grayscale: #575757. Windows color (decimal): -6740803 or 12395673. OLE color: 12395673.

HSL color Cylindrical-coordinate representation of color #9924BD: hue angle of 285.88º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9924BD is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 36 189 -
CMYK 0.19 0.81 0 0.26
HSL 285.88º 0.68% 0.44% -
HSV(B) 285.88º 0.81% 0.74% -
XYZ 22.95 11.71 49.19 -
YUV 88.43 184.76 174.06 -
System Red Green Blue C M Y K H S L
Decimal 153 36 189 0.19 0.81 0 0.26 285.88 0.68 0.44
Hex 99 24 BD 13 51 0 1A 11E 44 2C
Octal 231 44 275 23 121 0 32 436 104 54
Binary 10011001 100100 10111101 10011 1010001 0 11010 100011110 1000100 101100

Color Harmonies of #9924BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9924BD

Black with #9924BD

Text Example


Text Example

White with #9924BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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