Html Css Color HEX #9824BA Dark Orchid

📋 copy color: '#9824BA'

red 152 ◦ green 36 ◦ blue 186

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

Shades of Dark Orchid #9824BA

Tints of Dark Orchid #9824BA

RGB

 RED value IS 152 (59.77% from 255) = 40.64%

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

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

R = 40.64%
G = 9.63%
B = 49.73%

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

#9824BA (or 0x9824BA) is known color: Dark Orchid. HEX triplet: 98, 24 and BA. RGB value is (152,36,186). Sum of RGB (Red+Green+Blue) = 152+36+186=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #9824BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9824BA is #67DB45. Grayscale: #575757. Windows color (decimal): -6806342 or 12199064. OLE color: 12199064.

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

Color convert

RGB 152 36 186 -
CMYK 0.18 0.81 0 0.27
HSL 286.4º 0.68% 0.44% -
HSV(B) 286.4º 0.81% 0.73% -
XYZ 22.44 11.48 47.49 -
YUV 87.78 183.43 173.8 -
System Red Green Blue C M Y K H S L
Decimal 152 36 186 0.18 0.81 0 0.27 286.4 0.68 0.44
Hex 98 24 BA 12 51 0 1B 11E 44 2C
Octal 230 44 272 22 121 0 33 436 104 54
Binary 10011000 100100 10111010 10010 1010001 0 11011 100011110 1000100 101100

Color Harmonies of #9824BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9824BA

Black with #9824BA

Text Example


Text Example

White with #9824BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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