Html Css Color HEX #8211CD Dark Violet

📋 copy color: '#8211CD'

red 130 ◦ green 17 ◦ blue 205

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

Shades of Dark Violet #8211CD

Tints of Dark Violet #8211CD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.83%

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

R = 36.93%
G = 4.83%
B = 58.24%

CMYK

 C value IS 0.37

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8211CD (or 0x8211CD) is known color: Dark Violet. HEX triplet: 82, 11 and CD. RGB value is (130,17,205). Sum of RGB (Red+Green+Blue) = 130+17+205=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #8211CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8211CD is #7DEE32. Grayscale: #474747. Windows color (decimal): -8252979 or 13439362. OLE color: 13439362.

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

Color convert

RGB 130 17 205 -
CMYK 0.37 0.92 0 0.20
HSL 276.06º 0.85% 0.44% -
HSV(B) 276.06º 0.92% 0.8% -
XYZ 20.43 9.55 58.53 -
YUV 72.22 202.94 169.21 -
System Red Green Blue C M Y K H S L
Decimal 130 17 205 0.37 0.92 0 0.20 276.06 0.85 0.44
Hex 82 11 CD 25 5C 0 14 114 55 2C
Octal 202 21 315 45 134 0 24 424 125 54
Binary 10000010 10001 11001101 100101 1011100 0 10100 100010100 1010101 101100

Color Harmonies of #8211CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8211CD

Black with #8211CD

Text Example


Text Example

White with #8211CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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