Html Css Color HEX #8214C6 Dark Violet

📋 copy color: '#8214C6'

red 130 ◦ green 20 ◦ blue 198

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

Shades of Dark Violet #8214C6

Tints of Dark Violet #8214C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 56.9%

R = 37.36%
G = 5.75%
B = 56.9%

CMYK

 C value IS 0.34

 M value IS 0.90

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8214C6 (or 0x8214C6) is known color: Dark Violet. HEX triplet: 82, 14 and C6. RGB value is (130,20,198). Sum of RGB (Red+Green+Blue) = 130+20+198=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 198 (77.73% from 255 or 56.90% from 348); Max value from RGB is 198 - color contains mainly: blue. Hex color #8214C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8214C6 is #7DEB39. Grayscale: #484848. Windows color (decimal): -8252218 or 12981378. OLE color: 12981378.

HSL color Cylindrical-coordinate representation of color #8214C6: hue angle of 277.08º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8214C6 is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 130 20 198 -
CMYK 0.34 0.90 0 0.22
HSL 277.08º 0.82% 0.43% -
HSV(B) 277.08º 0.9% 0.78% -
XYZ 19.65 9.32 54.19 -
YUV 73.18 198.44 168.53 -
System Red Green Blue C M Y K H S L
Decimal 130 20 198 0.34 0.90 0 0.22 277.08 0.82 0.43
Hex 82 14 C6 22 5A 0 16 115 52 2B
Octal 202 24 306 42 132 0 26 425 122 53
Binary 10000010 10100 11000110 100010 1011010 0 10110 100010101 1010010 101011

Color Harmonies of #8214C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8214C6

Black with #8214C6

Text Example


Text Example

White with #8214C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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