Html Css Color HEX #8301EF Dark Violet

📋 copy color: '#8301EF'

red 131 ◦ green 1 ◦ blue 239

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

Shades of Dark Violet #8301EF

Tints of Dark Violet #8301EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 64.42%

R = 35.31%
G = 0.27%
B = 64.42%

CMYK

 C value IS 0.45

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8301EF (or 0x8301EF) is known color: Dark Violet. HEX triplet: 83, 01 and EF. RGB value is (131,1,239). Sum of RGB (Red+Green+Blue) = 131+1+239=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 239 (93.75% from 255 or 64.42% from 371); Max value from RGB is 239 - color contains mainly: blue. Hex color #8301EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8301EF is #7CFE10. Grayscale: #424242. Windows color (decimal): -8191505 or 15663491. OLE color: 15663491.

HSL color Cylindrical-coordinate representation of color #8301EF: hue angle of 272.77º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8301EF is Cyan = 0.45, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 1 239 -
CMYK 0.45 1.00 0 0.06
HSL 272.77º 0.99% 0.47% -
HSV(B) 272.77º 1% 0.94% -
XYZ 24.95 11.08 82.48 -
YUV 67 225.07 173.65 -
System Red Green Blue C M Y K H S L
Decimal 131 1 239 0.45 1.00 0 0.06 272.77 0.99 0.47
Hex 83 1 EF 2D 64 0 6 111 63 2F
Octal 203 1 357 55 144 0 6 421 143 57
Binary 10000011 1 11101111 101101 1100100 0 110 100010001 1100011 101111

Color Harmonies of #8301EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8301EF

Black with #8301EF

Text Example


Text Example

White with #8301EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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