Html Css Color HEX #8400AF Dark Violet

📋 copy color: '#8400AF'

red 132 ◦ green 0 ◦ blue 175

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

Shades of Dark Violet #8400AF

Tints of Dark Violet #8400AF

RGB

 RED value IS 132 (51.95% from 255) = 43%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43%
G = 0%
B = 57%

CMYK

 C value IS 0.25

 M value IS 1

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8400AF (or 0x8400AF) is known color: Dark Violet. HEX triplet: 84, 00 and AF. RGB value is (132,0,175). Sum of RGB (Red+Green+Blue) = 132+0+175=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 175 (68.75% from 255 or 57.00% from 307); Max value from RGB is 175 - color contains mainly: blue. Hex color #8400AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8400AF is #7BFF50. Grayscale: #3A3A3A. Windows color (decimal): -8126289 or 11468932. OLE color: 11468932.

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

Color convert

RGB 132 0 175 -
CMYK 0.25 1 0 0.31
HSL 285.26º 1% 0.34% -
HSV(B) 285.26º 1% 0.69% -
XYZ 17.25 8 41.19 -
YUV 59.42 193.23 179.77 -
System Red Green Blue C M Y K H S L
Decimal 132 0 175 0.25 1 0 0.31 285.26 1 0.34
Hex 84 0 AF 19 64 0 1F 11D 64 22
Octal 204 0 257 31 144 0 37 435 144 42
Binary 10000100 0 10101111 11001 1100100 0 11111 100011101 1100100 100010

Color Harmonies of #8400AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8400AF

Black with #8400AF

Text Example


Text Example

White with #8400AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,0,175); }

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

background-color css

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

 a { background-color: rgb(132,0,175); }

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

border-color css

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

 span { border-color: rgb(132,0,175); }

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