Html Css Color HEX #8214CD Dark Violet

📋 copy color: '#8214CD'

red 130 ◦ green 20 ◦ blue 205

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

Shades of Dark Violet #8214CD

Tints of Dark Violet #8214CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 57.75%

R = 36.62%
G = 5.63%
B = 57.75%

CMYK

 C value IS 0.37

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8214CD (or 0x8214CD) is known color: Dark Violet. HEX triplet: 82, 14 and CD. RGB value is (130,20,205). Sum of RGB (Red+Green+Blue) = 130+20+205=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 205 (80.47% from 255 or 57.75% from 355); Max value from RGB is 205 - color contains mainly: blue. Hex color #8214CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8214CD is #7DEB32. Grayscale: #494949. Windows color (decimal): -8252211 or 13440130. OLE color: 13440130.

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

Color convert

RGB 130 20 205 -
CMYK 0.37 0.90 0 0.20
HSL 275.68º 0.82% 0.44% -
HSV(B) 275.68º 0.9% 0.8% -
XYZ 20.48 9.65 58.54 -
YUV 73.98 201.94 167.96 -
System Red Green Blue C M Y K H S L
Decimal 130 20 205 0.37 0.90 0 0.20 275.68 0.82 0.44
Hex 82 14 CD 25 5A 0 14 114 52 2C
Octal 202 24 315 45 132 0 24 424 122 54
Binary 10000010 10100 11001101 100101 1011010 0 10100 100010100 1010010 101100

Color Harmonies of #8214CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8214CD

Black with #8214CD

Text Example


Text Example

White with #8214CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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