Html Css Color HEX #9819AD Dark Orchid

📋 copy color: '#9819AD'

red 152 ◦ green 25 ◦ blue 173

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

Shades of Dark Orchid #9819AD

Tints of Dark Orchid #9819AD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.14%

 BLUE value IS 173 (67.97% from 255) = 49.43%

R = 43.43%
G = 7.14%
B = 49.43%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9819AD (or 0x9819AD) is known color: Dark Orchid. HEX triplet: 98, 19 and AD. RGB value is (152,25,173). Sum of RGB (Red+Green+Blue) = 152+25+173=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #9819AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9819AD is #67E652. Grayscale: #4F4F4F. Windows color (decimal): -6809171 or 11344280. OLE color: 11344280.

HSL color Cylindrical-coordinate representation of color #9819AD: hue angle of 291.49º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9819AD is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 152 25 173 -
CMYK 0.12 0.86 0 0.32
HSL 291.49º 0.75% 0.39% -
HSV(B) 291.49º 0.86% 0.68% -
XYZ 20.84 10.39 40.44 -
YUV 79.85 180.58 179.47 -
System Red Green Blue C M Y K H S L
Decimal 152 25 173 0.12 0.86 0 0.32 291.49 0.75 0.39
Hex 98 19 AD C 56 0 20 123 4B 27
Octal 230 31 255 14 126 0 40 443 113 47
Binary 10011000 11001 10101101 1100 1010110 0 100000 100100011 1001011 100111

Color Harmonies of #9819AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9819AD

Black with #9819AD

Text Example


Text Example

White with #9819AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9819AD; }

 p { color: rgb(152,25,173); }

 H1.HeaderClassName
 {
   color: #9819AD;
 }
 .AnyTagClassName
 {
   color: #9819AD;
 }
</style>

background-color css

<style>
 a { background-color: #9819AD; }

 a { background-color: rgb(152,25,173); }

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

border-color css

<style>
 span { border-color: #9819AD; }

 span { border-color: rgb(152,25,173); }

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