Html Css Color HEX #8214D7 Blue Violet

📋 copy color: '#8214D7'

red 130 ◦ green 20 ◦ blue 215

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

Shades of Blue Violet #8214D7

Tints of Blue Violet #8214D7

RGB

 RED value IS 130 (51.17% from 255) = 35.62%

 GREEN value IS 20 (8.2% from 255) = 5.48%

 BLUE value IS 215 (84.38% from 255) = 58.9%

R = 35.62%
G = 5.48%
B = 58.9%

CMYK

 C value IS 0.40

 M value IS 0.91

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8214D7 (or 0x8214D7) is known color: Blue Violet. HEX triplet: 82, 14 and D7. RGB value is (130,20,215). Sum of RGB (Red+Green+Blue) = 130+20+215=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 215 (84.38% from 255 or 58.90% from 365); Max value from RGB is 215 - color contains mainly: blue. Hex color #8214D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8214D7 is #7DEB28. Grayscale: #4A4A4A. Windows color (decimal): -8252201 or 14095490. OLE color: 14095490.

HSL color Cylindrical-coordinate representation of color #8214D7: hue angle of 273.85º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8214D7 is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 20 215 -
CMYK 0.40 0.91 0 0.16
HSL 273.85º 0.83% 0.46% -
HSV(B) 273.85º 0.91% 0.84% -
XYZ 21.72 10.15 65.1 -
YUV 75.12 206.94 167.14 -
System Red Green Blue C M Y K H S L
Decimal 130 20 215 0.40 0.91 0 0.16 273.85 0.83 0.46
Hex 82 14 D7 28 5B 0 10 112 53 2E
Octal 202 24 327 50 133 0 20 422 123 56
Binary 10000010 10100 11010111 101000 1011011 0 10000 100010010 1010011 101110

Color Harmonies of #8214D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8214D7

Black with #8214D7

Text Example


Text Example

White with #8214D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8214D7; }

 p { color: rgb(130,20,215); }

 H1.HeaderClassName
 {
   color: #8214D7;
 }
 .AnyTagClassName
 {
   color: #8214D7;
 }
</style>

background-color css

<style>
 a { background-color: #8214D7; }

 a { background-color: rgb(130,20,215); }

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

border-color css

<style>
 span { border-color: #8214D7; }

 span { border-color: rgb(130,20,215); }

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