Html Css Color HEX #8217C2 Dark Violet

📋 copy color: '#8217C2'

red 130 ◦ green 23 ◦ blue 194

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

Shades of Dark Violet #8217C2

Tints of Dark Violet #8217C2

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.63%

 BLUE value IS 194 (76.17% from 255) = 55.91%

R = 37.46%
G = 6.63%
B = 55.91%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8217C2 (or 0x8217C2) is known color: Dark Violet. HEX triplet: 82, 17 and C2. RGB value is (130,23,194). Sum of RGB (Red+Green+Blue) = 130+23+194=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 23 (9.38% from 255 or 6.63% from 347); Blue value is 194 (76.17% from 255 or 55.91% from 347); Max value from RGB is 194 - color contains mainly: blue. Hex color #8217C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8217C2 is #7DE83D. Grayscale: #494949. Windows color (decimal): -8251454 or 12720002. OLE color: 12720002.

HSL color Cylindrical-coordinate representation of color #8217C2: hue angle of 277.54º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8217C2 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 130 23 194 -
CMYK 0.33 0.88 0 0.24
HSL 277.54º 0.79% 0.43% -
HSV(B) 277.54º 0.88% 0.76% -
XYZ 19.25 9.25 51.81 -
YUV 74.49 195.45 167.6 -
System Red Green Blue C M Y K H S L
Decimal 130 23 194 0.33 0.88 0 0.24 277.54 0.79 0.43
Hex 82 17 C2 21 58 0 18 116 4F 2B
Octal 202 27 302 41 130 0 30 426 117 53
Binary 10000010 10111 11000010 100001 1011000 0 11000 100010110 1001111 101011

Color Harmonies of #8217C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8217C2

Black with #8217C2

Text Example


Text Example

White with #8217C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8217C2; }

 p { color: rgb(130,23,194); }

 H1.HeaderClassName
 {
   color: #8217C2;
 }
 .AnyTagClassName
 {
   color: #8217C2;
 }
</style>

background-color css

<style>
 a { background-color: #8217C2; }

 a { background-color: rgb(130,23,194); }

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

border-color css

<style>
 span { border-color: #8217C2; }

 span { border-color: rgb(130,23,194); }

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