Html Css Color HEX #8300EC Dark Violet

📋 copy color: '#8300EC'

red 131 ◦ green 0 ◦ blue 236

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

Shades of Dark Violet #8300EC

Tints of Dark Violet #8300EC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 236 (92.58% from 255) = 64.31%

R = 35.69%
G = 0%
B = 64.31%

CMYK

 C value IS 0.44

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8300EC (or 0x8300EC) is known color: Dark Violet. HEX triplet: 83, 00 and EC. RGB value is (131,0,236). Sum of RGB (Red+Green+Blue) = 131+0+236=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 236 (92.58% from 255 or 64.31% from 367); Max value from RGB is 236 - color contains mainly: blue. Hex color #8300EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8300EC is #7CFF13. Grayscale: #414141. Windows color (decimal): -8191764 or 15466627. OLE color: 15466627.

HSL color Cylindrical-coordinate representation of color #8300EC: hue angle of 273.31º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8300EC is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 0 236 -
CMYK 0.44 1 0 0.07
HSL 273.31º 1% 0.46% -
HSV(B) 273.31º 1% 0.93% -
XYZ 24.5 10.88 80.17 -
YUV 66.07 223.9 174.31 -
System Red Green Blue C M Y K H S L
Decimal 131 0 236 0.44 1 0 0.07 273.31 1 0.46
Hex 83 0 EC 2C 64 0 7 111 64 2E
Octal 203 0 354 54 144 0 7 421 144 56
Binary 10000011 0 11101100 101100 1100100 0 111 100010001 1100100 101110

Color Harmonies of #8300EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8300EC

Black with #8300EC

Text Example


Text Example

White with #8300EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8300EC; }

 p { color: rgb(131,0,236); }

 H1.HeaderClassName
 {
   color: #8300EC;
 }
 .AnyTagClassName
 {
   color: #8300EC;
 }
</style>

background-color css

<style>
 a { background-color: #8300EC; }

 a { background-color: rgb(131,0,236); }

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

border-color css

<style>
 span { border-color: #8300EC; }

 span { border-color: rgb(131,0,236); }

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