Html Css Color HEX #9813AF Dark Violet

📋 copy color: '#9813AF'

red 152 ◦ green 19 ◦ blue 175

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

Shades of Dark Violet #9813AF

Tints of Dark Violet #9813AF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.49%

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

R = 43.93%
G = 5.49%
B = 50.58%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9813AF (or 0x9813AF) is known color: Dark Violet. HEX triplet: 98, 13 and AF. RGB value is (152,19,175). Sum of RGB (Red+Green+Blue) = 152+19+175=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 175 (68.75% from 255 or 50.58% from 346); Max value from RGB is 175 - color contains mainly: blue. Hex color #9813AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9813AF is #67EC50. Grayscale: #4C4C4C. Windows color (decimal): -6810705 or 11473816. OLE color: 11473816.

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

Color convert

RGB 152 19 175 -
CMYK 0.13 0.89 0 0.31
HSL 291.15º 0.8% 0.38% -
HSV(B) 291.15º 0.89% 0.69% -
XYZ 20.92 10.24 41.43 -
YUV 76.55 183.56 181.82 -
System Red Green Blue C M Y K H S L
Decimal 152 19 175 0.13 0.89 0 0.31 291.15 0.8 0.38
Hex 98 13 AF D 59 0 1F 123 50 26
Octal 230 23 257 15 131 0 37 443 120 46
Binary 10011000 10011 10101111 1101 1011001 0 11111 100100011 1010000 100110

Color Harmonies of #9813AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9813AF

Black with #9813AF

Text Example


Text Example

White with #9813AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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