Html Css Color HEX #8304AF Dark Violet

📋 copy color: '#8304AF'

red 131 ◦ green 4 ◦ blue 175

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

Shades of Dark Violet #8304AF

Tints of Dark Violet #8304AF

RGB

 RED value IS 131 (51.56% from 255) = 42.26%

 GREEN value IS 4 (1.95% from 255) = 1.29%

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

R = 42.26%
G = 1.29%
B = 56.45%

CMYK

 C value IS 0.25

 M value IS 0.98

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8304AF (or 0x8304AF) is known color: Dark Violet. HEX triplet: 83, 04 and AF. RGB value is (131,4,175). Sum of RGB (Red+Green+Blue) = 131+4+175=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 4 (1.95% from 255 or 1.29% from 310); Blue value is 175 (68.75% from 255 or 56.45% from 310); Max value from RGB is 175 - color contains mainly: blue. Hex color #8304AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8304AF is #7CFB50. Grayscale: #3C3C3C. Windows color (decimal): -8190801 or 11469955. OLE color: 11469955.

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

Color convert

RGB 131 4 175 -
CMYK 0.25 0.98 0 0.31
HSL 284.56º 0.96% 0.35% -
HSV(B) 284.56º 0.98% 0.69% -
XYZ 17.14 8.01 41.2 -
YUV 61.47 192.08 177.6 -
System Red Green Blue C M Y K H S L
Decimal 131 4 175 0.25 0.98 0 0.31 284.56 0.96 0.35
Hex 83 4 AF 19 62 0 1F 11D 60 23
Octal 203 4 257 31 142 0 37 435 140 43
Binary 10000011 100 10101111 11001 1100010 0 11111 100011101 1100000 100011

Color Harmonies of #8304AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8304AF

Black with #8304AF

Text Example


Text Example

White with #8304AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,4,175); }

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

background-color css

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

 a { background-color: rgb(131,4,175); }

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

border-color css

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

 span { border-color: rgb(131,4,175); }

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