Html Css Color HEX #8016D2 Blue Violet

📋 copy color: '#8016D2'

red 128 ◦ green 22 ◦ blue 210

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

Shades of Blue Violet #8016D2

Tints of Blue Violet #8016D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 58.33%

R = 35.56%
G = 6.11%
B = 58.33%

CMYK

 C value IS 0.39

 M value IS 0.90

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8016D2 (or 0x8016D2) is known color: Blue Violet. HEX triplet: 80, 16 and D2. RGB value is (128,22,210). Sum of RGB (Red+Green+Blue) = 128+22+210=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 210 (82.42% from 255 or 58.33% from 360); Max value from RGB is 210 - color contains mainly: blue. Hex color #8016D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8016D2 is #7FE92D. Grayscale: #4A4A4A. Windows color (decimal): -8382766 or 13768320. OLE color: 13768320.

HSL color Cylindrical-coordinate representation of color #8016D2: hue angle of 273.83º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8016D2 is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 22 210 -
CMYK 0.39 0.90 0 0.18
HSL 273.83º 0.81% 0.45% -
HSV(B) 273.83º 0.9% 0.82% -
XYZ 20.82 9.82 61.77 -
YUV 75.13 204.12 165.71 -
System Red Green Blue C M Y K H S L
Decimal 128 22 210 0.39 0.90 0 0.18 273.83 0.81 0.45
Hex 80 16 D2 27 5A 0 12 112 51 2D
Octal 200 26 322 47 132 0 22 422 121 55
Binary 10000000 10110 11010010 100111 1011010 0 10010 100010010 1010001 101101

Color Harmonies of #8016D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8016D2

Black with #8016D2

Text Example


Text Example

White with #8016D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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