Html Css Color HEX #8301B4 Dark Violet

📋 copy color: '#8301B4'

red 131 ◦ green 1 ◦ blue 180

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

Shades of Dark Violet #8301B4

Tints of Dark Violet #8301B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 57.69%

R = 41.99%
G = 0.32%
B = 57.69%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8301B4 (or 0x8301B4) is known color: Dark Violet. HEX triplet: 83, 01 and B4. RGB value is (131,1,180). Sum of RGB (Red+Green+Blue) = 131+1+180=312 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.99% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 180 (70.70% from 255 or 57.69% from 312); Max value from RGB is 180 - color contains mainly: blue. Hex color #8301B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8301B4 is #7CFE4B. Grayscale: #3B3B3B. Windows color (decimal): -8191564 or 11796867. OLE color: 11796867.

HSL color Cylindrical-coordinate representation of color #8301B4: hue angle of 283.58º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8301B4 is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 131 1 180 -
CMYK 0.27 0.99 0 0.29
HSL 283.58º 0.99% 0.35% -
HSV(B) 283.58º 0.99% 0.71% -
XYZ 17.61 8.14 43.82 -
YUV 60.28 195.57 178.45 -
System Red Green Blue C M Y K H S L
Decimal 131 1 180 0.27 0.99 0 0.29 283.58 0.99 0.35
Hex 83 1 B4 1B 63 0 1D 11C 63 23
Octal 203 1 264 33 143 0 35 434 143 43
Binary 10000011 1 10110100 11011 1100011 0 11101 100011100 1100011 100011

Color Harmonies of #8301B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8301B4

Black with #8301B4

Text Example


Text Example

White with #8301B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8301B4; }

 p { color: rgb(131,1,180); }

 H1.HeaderClassName
 {
   color: #8301B4;
 }
 .AnyTagClassName
 {
   color: #8301B4;
 }
</style>

background-color css

<style>
 a { background-color: #8301B4; }

 a { background-color: rgb(131,1,180); }

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

border-color css

<style>
 span { border-color: #8301B4; }

 span { border-color: rgb(131,1,180); }

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