Html Css Color HEX #8218C9 Dark Violet

📋 copy color: '#8218C9'

red 130 ◦ green 24 ◦ blue 201

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

Shades of Dark Violet #8218C9

Tints of Dark Violet #8218C9

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.76%

 BLUE value IS 201 (78.91% from 255) = 56.62%

R = 36.62%
G = 6.76%
B = 56.62%

CMYK

 C value IS 0.35

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8218C9 (or 0x8218C9) is known color: Dark Violet. HEX triplet: 82, 18 and C9. RGB value is (130,24,201). Sum of RGB (Red+Green+Blue) = 130+24+201=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 24 (9.77% from 255 or 6.76% from 355); Blue value is 201 (78.91% from 255 or 56.62% from 355); Max value from RGB is 201 - color contains mainly: blue. Hex color #8218C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8218C9 is #7DE736. Grayscale: #4B4B4B. Windows color (decimal): -8251191 or 13179010. OLE color: 13179010.

HSL color Cylindrical-coordinate representation of color #8218C9: hue angle of 275.93º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8218C9 is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 24 201 -
CMYK 0.35 0.88 0 0.21
HSL 275.93º 0.79% 0.44% -
HSV(B) 275.93º 0.88% 0.79% -
XYZ 20.08 9.62 56.06 -
YUV 75.87 198.62 166.61 -
System Red Green Blue C M Y K H S L
Decimal 130 24 201 0.35 0.88 0 0.21 275.93 0.79 0.44
Hex 82 18 C9 23 58 0 15 114 4F 2C
Octal 202 30 311 43 130 0 25 424 117 54
Binary 10000010 11000 11001001 100011 1011000 0 10101 100010100 1001111 101100

Color Harmonies of #8218C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8218C9

Black with #8218C9

Text Example


Text Example

White with #8218C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8218C9; }

 p { color: rgb(130,24,201); }

 H1.HeaderClassName
 {
   color: #8218C9;
 }
 .AnyTagClassName
 {
   color: #8218C9;
 }
</style>

background-color css

<style>
 a { background-color: #8218C9; }

 a { background-color: rgb(130,24,201); }

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

border-color css

<style>
 span { border-color: #8218C9; }

 span { border-color: rgb(130,24,201); }

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