Html Css Color HEX #8801AF Dark Violet

📋 copy color: '#8801AF'

red 136 ◦ green 1 ◦ blue 175

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

Shades of Dark Violet #8801AF

Tints of Dark Violet #8801AF

RGB

 RED value IS 136 (53.52% from 255) = 43.59%

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 43.59%
G = 0.32%
B = 56.09%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8801AF (or 0x8801AF) is known color: Dark Violet. HEX triplet: 88, 01 and AF. RGB value is (136,1,175). Sum of RGB (Red+Green+Blue) = 136+1+175=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 175 (68.75% from 255 or 56.09% from 312); Max value from RGB is 175 - color contains mainly: blue. Hex color #8801AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8801AF is #77FE50. Grayscale: #3C3C3C. Windows color (decimal): -7863889 or 11469192. OLE color: 11469192.

HSL color Cylindrical-coordinate representation of color #8801AF: hue angle of 286.55º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8801AF is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 136 1 175 -
CMYK 0.22 0.99 0 0.31
HSL 286.55º 0.99% 0.35% -
HSV(B) 286.55º 0.99% 0.69% -
XYZ 17.9 8.35 41.23 -
YUV 61.2 192.23 181.35 -
System Red Green Blue C M Y K H S L
Decimal 136 1 175 0.22 0.99 0 0.31 286.55 0.99 0.35
Hex 88 1 AF 16 63 0 1F 11F 63 23
Octal 210 1 257 26 143 0 37 437 143 43
Binary 10001000 1 10101111 10110 1100011 0 11111 100011111 1100011 100011

Color Harmonies of #8801AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8801AF

Black with #8801AF

Text Example


Text Example

White with #8801AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,1,175); }

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

background-color css

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

 a { background-color: rgb(136,1,175); }

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

border-color css

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

 span { border-color: rgb(136,1,175); }

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