Html Css Color HEX #800FAF Dark Violet

📋 copy color: '#800FAF'

red 128 ◦ green 15 ◦ blue 175

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

Shades of Dark Violet #800FAF

Tints of Dark Violet #800FAF

RGB

 RED value IS 128 (50.39% from 255) = 40.25%

 GREEN value IS 15 (6.25% from 255) = 4.72%

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

R = 40.25%
G = 4.72%
B = 55.03%

CMYK

 C value IS 0.27

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#800FAF (or 0x800FAF) is known color: Dark Violet. HEX triplet: 80, 0F and AF. RGB value is (128,15,175). Sum of RGB (Red+Green+Blue) = 128+15+175=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 15 (6.25% from 255 or 4.72% from 318); Blue value is 175 (68.75% from 255 or 55.03% from 318); Max value from RGB is 175 - color contains mainly: blue. Hex color #800FAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800FAF is #7FF050. Grayscale: #424242. Windows color (decimal): -8384593 or 11472768. OLE color: 11472768.

HSL color Cylindrical-coordinate representation of color #800FAF: hue angle of 282.38º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #800FAF is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 15 175 -
CMYK 0.27 0.91 0 0.31
HSL 282.38º 0.84% 0.37% -
HSV(B) 282.38º 0.91% 0.69% -
XYZ 16.81 8.03 41.22 -
YUV 67.03 188.94 171.49 -
System Red Green Blue C M Y K H S L
Decimal 128 15 175 0.27 0.91 0 0.31 282.38 0.84 0.37
Hex 80 F AF 1B 5B 0 1F 11A 54 25
Octal 200 17 257 33 133 0 37 432 124 45
Binary 10000000 1111 10101111 11011 1011011 0 11111 100011010 1010100 100101

Color Harmonies of #800FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800FAF

Black with #800FAF

Text Example


Text Example

White with #800FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800FAF; }

 p { color: rgb(128,15,175); }

 H1.HeaderClassName
 {
   color: #800FAF;
 }
 .AnyTagClassName
 {
   color: #800FAF;
 }
</style>

background-color css

<style>
 a { background-color: #800FAF; }

 a { background-color: rgb(128,15,175); }

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

border-color css

<style>
 span { border-color: #800FAF; }

 span { border-color: rgb(128,15,175); }

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