Html Css Color HEX #8016EE Blue Violet

📋 copy color: '#8016EE'

red 128 ◦ green 22 ◦ blue 238

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

Shades of Blue Violet #8016EE

Tints of Blue Violet #8016EE

RGB

 RED value IS 128 (50.39% from 255) = 32.99%

 GREEN value IS 22 (8.98% from 255) = 5.67%

 BLUE value IS 238 (93.36% from 255) = 61.34%

R = 32.99%
G = 5.67%
B = 61.34%

CMYK

 C value IS 0.46

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8016EE (or 0x8016EE) is known color: Blue Violet. HEX triplet: 80, 16 and EE. RGB value is (128,22,238). Sum of RGB (Red+Green+Blue) = 128+22+238=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 22 (8.98% from 255 or 5.67% from 388); Blue value is 238 (93.36% from 255 or 61.34% from 388); Max value from RGB is 238 - color contains mainly: blue. Hex color #8016EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8016EE is #7FE911. Grayscale: #4D4D4D. Windows color (decimal): -8382738 or 15603328. OLE color: 15603328.

HSL color Cylindrical-coordinate representation of color #8016EE: hue angle of 269.44º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8016EE is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 22 238 -
CMYK 0.46 0.91 0 0.07
HSL 269.44º 0.86% 0.51% -
HSV(B) 269.44º 0.91% 0.93% -
XYZ 24.62 11.34 81.78 -
YUV 78.32 218.12 163.44 -
System Red Green Blue C M Y K H S L
Decimal 128 22 238 0.46 0.91 0 0.07 269.44 0.86 0.51
Hex 80 16 EE 2E 5B 0 7 10D 56 33
Octal 200 26 356 56 133 0 7 415 126 63
Binary 10000000 10110 11101110 101110 1011011 0 111 100001101 1010110 110011

Color Harmonies of #8016EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8016EE

Black with #8016EE

Text Example


Text Example

White with #8016EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8016EE; }

 p { color: rgb(128,22,238); }

 H1.HeaderClassName
 {
   color: #8016EE;
 }
 .AnyTagClassName
 {
   color: #8016EE;
 }
</style>

background-color css

<style>
 a { background-color: #8016EE; }

 a { background-color: rgb(128,22,238); }

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

border-color css

<style>
 span { border-color: #8016EE; }

 span { border-color: rgb(128,22,238); }

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