Html Css Color HEX #8214CE Dark Violet

📋 copy color: '#8214CE'

red 130 ◦ green 20 ◦ blue 206

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

Shades of Dark Violet #8214CE

Tints of Dark Violet #8214CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.87%

R = 36.52%
G = 5.62%
B = 57.87%

CMYK

 C value IS 0.37

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8214CE (or 0x8214CE) is known color: Dark Violet. HEX triplet: 82, 14 and CE. RGB value is (130,20,206). Sum of RGB (Red+Green+Blue) = 130+20+206=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #8214CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8214CE is #7DEB31. Grayscale: #494949. Windows color (decimal): -8252210 or 13505666. OLE color: 13505666.

HSL color Cylindrical-coordinate representation of color #8214CE: hue angle of 275.48º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8214CE is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 20 206 -
CMYK 0.37 0.90 0 0.19
HSL 275.48º 0.82% 0.44% -
HSV(B) 275.48º 0.9% 0.81% -
XYZ 20.6 9.7 59.18 -
YUV 74.09 202.44 167.88 -
System Red Green Blue C M Y K H S L
Decimal 130 20 206 0.37 0.90 0 0.19 275.48 0.82 0.44
Hex 82 14 CE 25 5A 0 13 113 52 2C
Octal 202 24 316 45 132 0 23 423 122 54
Binary 10000010 10100 11001110 100101 1011010 0 10011 100010011 1010010 101100

Color Harmonies of #8214CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8214CE

Black with #8214CE

Text Example


Text Example

White with #8214CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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