Html Css Color HEX #9819AF Dark Orchid

📋 copy color: '#9819AF'

red 152 ◦ green 25 ◦ blue 175

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

Shades of Dark Orchid #9819AF

Tints of Dark Orchid #9819AF

RGB

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

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

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

R = 43.18%
G = 7.1%
B = 49.72%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9819AF (or 0x9819AF) is known color: Dark Orchid. HEX triplet: 98, 19 and AF. RGB value is (152,25,175). Sum of RGB (Red+Green+Blue) = 152+25+175=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 175 (68.75% from 255 or 49.72% from 352); Max value from RGB is 175 - color contains mainly: blue. Hex color #9819AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9819AF is #67E650. Grayscale: #4F4F4F. Windows color (decimal): -6809169 or 11475352. OLE color: 11475352.

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

Color convert

RGB 152 25 175 -
CMYK 0.13 0.86 0 0.31
HSL 290.8º 0.75% 0.39% -
HSV(B) 290.8º 0.86% 0.69% -
XYZ 21.03 10.47 41.47 -
YUV 80.07 181.58 179.3 -
System Red Green Blue C M Y K H S L
Decimal 152 25 175 0.13 0.86 0 0.31 290.8 0.75 0.39
Hex 98 19 AF D 56 0 1F 123 4B 27
Octal 230 31 257 15 126 0 37 443 113 47
Binary 10011000 11001 10101111 1101 1010110 0 11111 100100011 1001011 100111

Color Harmonies of #9819AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9819AF

Black with #9819AF

Text Example


Text Example

White with #9819AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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