Html Css Color HEX #8501AF Dark Violet

📋 copy color: '#8501AF'

red 133 ◦ green 1 ◦ blue 175

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

Shades of Dark Violet #8501AF

Tints of Dark Violet #8501AF

RGB

 RED value IS 133 (52.34% from 255) = 43.04%

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

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

R = 43.04%
G = 0.32%
B = 56.63%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8501AF (or 0x8501AF) is known color: Dark Violet. HEX triplet: 85, 01 and AF. RGB value is (133,1,175). Sum of RGB (Red+Green+Blue) = 133+1+175=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 175 (68.75% from 255 or 56.63% from 309); Max value from RGB is 175 - color contains mainly: blue. Hex color #8501AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8501AF is #7AFE50. Grayscale: #3B3B3B. Windows color (decimal): -8060497 or 11469189. OLE color: 11469189.

HSL color Cylindrical-coordinate representation of color #8501AF: hue angle of 285.52º 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 #8501AF is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 133 1 175 -
CMYK 0.24 0.99 0 0.31
HSL 285.52º 0.99% 0.35% -
HSV(B) 285.52º 0.99% 0.69% -
XYZ 17.42 8.1 41.2 -
YUV 60.3 192.73 179.85 -
System Red Green Blue C M Y K H S L
Decimal 133 1 175 0.24 0.99 0 0.31 285.52 0.99 0.35
Hex 85 1 AF 18 63 0 1F 11E 63 23
Octal 205 1 257 30 143 0 37 436 143 43
Binary 10000101 1 10101111 11000 1100011 0 11111 100011110 1100011 100011

Color Harmonies of #8501AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8501AF

Black with #8501AF

Text Example


Text Example

White with #8501AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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