Html Css Color HEX #8213BF Dark Violet

📋 copy color: '#8213BF'

red 130 ◦ green 19 ◦ blue 191

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

Shades of Dark Violet #8213BF

Tints of Dark Violet #8213BF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.59%

 BLUE value IS 191 (75% from 255) = 56.18%

R = 38.24%
G = 5.59%
B = 56.18%

CMYK

 C value IS 0.32

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8213BF (or 0x8213BF) is known color: Dark Violet. HEX triplet: 82, 13 and BF. RGB value is (130,19,191). Sum of RGB (Red+Green+Blue) = 130+19+191=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 191 (75% from 255 or 56.18% from 340); Max value from RGB is 191 - color contains mainly: blue. Hex color #8213BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8213BF is #7DEC40. Grayscale: #474747. Windows color (decimal): -8252481 or 12522370. OLE color: 12522370.

HSL color Cylindrical-coordinate representation of color #8213BF: hue angle of 278.72º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8213BF is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 19 191 -
CMYK 0.32 0.90 0 0.25
HSL 278.72º 0.82% 0.41% -
HSV(B) 278.72º 0.9% 0.75% -
XYZ 18.84 8.97 50.03 -
YUV 71.8 195.27 169.51 -
System Red Green Blue C M Y K H S L
Decimal 130 19 191 0.32 0.90 0 0.25 278.72 0.82 0.41
Hex 82 13 BF 20 5A 0 19 117 52 29
Octal 202 23 277 40 132 0 31 427 122 51
Binary 10000010 10011 10111111 100000 1011010 0 11001 100010111 1010010 101001

Color Harmonies of #8213BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8213BF

Black with #8213BF

Text Example


Text Example

White with #8213BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8213BF; }

 p { color: rgb(130,19,191); }

 H1.HeaderClassName
 {
   color: #8213BF;
 }
 .AnyTagClassName
 {
   color: #8213BF;
 }
</style>

background-color css

<style>
 a { background-color: #8213BF; }

 a { background-color: rgb(130,19,191); }

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

border-color css

<style>
 span { border-color: #8213BF; }

 span { border-color: rgb(130,19,191); }

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