Html Css Color HEX #8302AF Dark Violet

📋 copy color: '#8302AF'

red 131 ◦ green 2 ◦ blue 175

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

Shades of Dark Violet #8302AF

Tints of Dark Violet #8302AF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

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

R = 42.53%
G = 0.65%
B = 56.82%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8302AF (or 0x8302AF) is known color: Dark Violet. HEX triplet: 83, 02 and AF. RGB value is (131,2,175). Sum of RGB (Red+Green+Blue) = 131+2+175=308 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.53% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 175 (68.75% from 255 or 56.82% from 308); Max value from RGB is 175 - color contains mainly: blue. Hex color #8302AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8302AF is #7CFD50. Grayscale: #3B3B3B. Windows color (decimal): -8191313 or 11469443. OLE color: 11469443.

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

Color convert

RGB 131 2 175 -
CMYK 0.25 0.99 0 0.31
HSL 284.74º 0.98% 0.35% -
HSV(B) 284.74º 0.99% 0.69% -
XYZ 17.12 7.96 41.19 -
YUV 60.29 192.74 178.43 -
System Red Green Blue C M Y K H S L
Decimal 131 2 175 0.25 0.99 0 0.31 284.74 0.98 0.35
Hex 83 2 AF 19 63 0 1F 11D 62 23
Octal 203 2 257 31 143 0 37 435 142 43
Binary 10000011 10 10101111 11001 1100011 0 11111 100011101 1100010 100011

Color Harmonies of #8302AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8302AF

Black with #8302AF

Text Example


Text Example

White with #8302AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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