Html Css Color HEX #8301BF Dark Violet

📋 copy color: '#8301BF'

red 131 ◦ green 1 ◦ blue 191

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

Shades of Dark Violet #8301BF

Tints of Dark Violet #8301BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 59.13%

R = 40.56%
G = 0.31%
B = 59.13%

CMYK

 C value IS 0.31

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8301BF (or 0x8301BF) is known color: Dark Violet. HEX triplet: 83, 01 and BF. RGB value is (131,1,191). Sum of RGB (Red+Green+Blue) = 131+1+191=323 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.56% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 191 (75% from 255 or 59.13% from 323); Max value from RGB is 191 - color contains mainly: blue. Hex color #8301BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8301BF is #7CFE40. Grayscale: #3C3C3C. Windows color (decimal): -8191553 or 12517763. OLE color: 12517763.

HSL color Cylindrical-coordinate representation of color #8301BF: hue angle of 281.05º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8301BF is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 1 191 -
CMYK 0.31 0.99 0 0.25
HSL 281.05º 0.99% 0.38% -
HSV(B) 281.05º 0.99% 0.75% -
XYZ 18.77 8.61 49.96 -
YUV 61.53 201.07 177.55 -
System Red Green Blue C M Y K H S L
Decimal 131 1 191 0.31 0.99 0 0.25 281.05 0.99 0.38
Hex 83 1 BF 1F 63 0 19 119 63 26
Octal 203 1 277 37 143 0 31 431 143 46
Binary 10000011 1 10111111 11111 1100011 0 11001 100011001 1100011 100110

Color Harmonies of #8301BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8301BF

Black with #8301BF

Text Example


Text Example

White with #8301BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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