Html Css Color HEX #8214CF Dark Violet

📋 copy color: '#8214CF'

red 130 ◦ green 20 ◦ blue 207

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

Shades of Dark Violet #8214CF

Tints of Dark Violet #8214CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 57.98%

R = 36.41%
G = 5.6%
B = 57.98%

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

#8214CF (or 0x8214CF) is known color: Dark Violet. HEX triplet: 82, 14 and CF. RGB value is (130,20,207). Sum of RGB (Red+Green+Blue) = 130+20+207=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #8214CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8214CF is #7DEB30. Grayscale: #494949. Windows color (decimal): -8252209 or 13571202. OLE color: 13571202.

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

Color convert

RGB 130 20 207 -
CMYK 0.37 0.90 0 0.19
HSL 275.29º 0.82% 0.45% -
HSV(B) 275.29º 0.9% 0.81% -
XYZ 20.72 9.75 59.82 -
YUV 74.21 202.94 167.79 -
System Red Green Blue C M Y K H S L
Decimal 130 20 207 0.37 0.90 0 0.19 275.29 0.82 0.45
Hex 82 14 CF 25 5A 0 13 113 52 2D
Octal 202 24 317 45 132 0 23 423 122 55
Binary 10000010 10100 11001111 100101 1011010 0 10011 100010011 1010010 101101

Color Harmonies of #8214CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8214CF

Black with #8214CF

Text Example


Text Example

White with #8214CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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