Html Css Color HEX #8301ED Dark Violet

📋 copy color: '#8301ED'

red 131 ◦ green 1 ◦ blue 237

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

Shades of Dark Violet #8301ED

Tints of Dark Violet #8301ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 64.23%

R = 35.5%
G = 0.27%
B = 64.23%

CMYK

 C value IS 0.45

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8301ED (or 0x8301ED) is known color: Dark Violet. HEX triplet: 83, 01 and ED. RGB value is (131,1,237). Sum of RGB (Red+Green+Blue) = 131+1+237=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 237 (92.97% from 255 or 64.23% from 369); Max value from RGB is 237 - color contains mainly: blue. Hex color #8301ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8301ED is #7CFE12. Grayscale: #414141. Windows color (decimal): -8191507 or 15532419. OLE color: 15532419.

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

Color convert

RGB 131 1 237 -
CMYK 0.45 1.00 0 0.07
HSL 273.05º 0.99% 0.47% -
HSV(B) 273.05º 1% 0.93% -
XYZ 24.66 10.96 80.94 -
YUV 66.77 224.07 173.81 -
System Red Green Blue C M Y K H S L
Decimal 131 1 237 0.45 1.00 0 0.07 273.05 0.99 0.47
Hex 83 1 ED 2D 64 0 7 111 63 2F
Octal 203 1 355 55 144 0 7 421 143 57
Binary 10000011 1 11101101 101101 1100100 0 111 100010001 1100011 101111

Color Harmonies of #8301ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8301ED

Black with #8301ED

Text Example


Text Example

White with #8301ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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