Html Css Color HEX #8213BC Dark Violet

📋 copy color: '#8213BC'

red 130 ◦ green 19 ◦ blue 188

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

Shades of Dark Violet #8213BC

Tints of Dark Violet #8213BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.79%

R = 38.58%
G = 5.64%
B = 55.79%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8213BC (or 0x8213BC) is known color: Dark Violet. HEX triplet: 82, 13 and BC. RGB value is (130,19,188). Sum of RGB (Red+Green+Blue) = 130+19+188=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 19 (7.81% from 255 or 5.64% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #8213BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8213BC is #7DEC43. Grayscale: #464646. Windows color (decimal): -8252484 or 12325762. OLE color: 12325762.

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

Color convert

RGB 130 19 188 -
CMYK 0.31 0.90 0 0.26
HSL 279.41º 0.82% 0.41% -
HSV(B) 279.41º 0.9% 0.74% -
XYZ 18.52 8.84 48.31 -
YUV 71.46 193.77 169.76 -
System Red Green Blue C M Y K H S L
Decimal 130 19 188 0.31 0.90 0 0.26 279.41 0.82 0.41
Hex 82 13 BC 1F 5A 0 1A 117 52 29
Octal 202 23 274 37 132 0 32 427 122 51
Binary 10000010 10011 10111100 11111 1011010 0 11010 100010111 1010010 101001

Color Harmonies of #8213BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8213BC

Black with #8213BC

Text Example


Text Example

White with #8213BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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