Html Css Color HEX #8213CA Dark Violet

📋 copy color: '#8213CA'

red 130 ◦ green 19 ◦ blue 202

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

Shades of Dark Violet #8213CA

Tints of Dark Violet #8213CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 57.55%

R = 37.04%
G = 5.41%
B = 57.55%

CMYK

 C value IS 0.36

 M value IS 0.91

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8213CA (or 0x8213CA) is known color: Dark Violet. HEX triplet: 82, 13 and CA. RGB value is (130,19,202). Sum of RGB (Red+Green+Blue) = 130+19+202=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 202 (79.30% from 255 or 57.55% from 351); Max value from RGB is 202 - color contains mainly: blue. Hex color #8213CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8213CA is #7DEC35. Grayscale: #484848. Windows color (decimal): -8252470 or 13243266. OLE color: 13243266.

HSL color Cylindrical-coordinate representation of color #8213CA: hue angle of 276.39º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8213CA is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 19 202 -
CMYK 0.36 0.91 0 0.21
HSL 276.39º 0.83% 0.43% -
HSV(B) 276.39º 0.91% 0.79% -
XYZ 20.1 9.48 56.65 -
YUV 73.05 200.77 168.62 -
System Red Green Blue C M Y K H S L
Decimal 130 19 202 0.36 0.91 0 0.21 276.39 0.83 0.43
Hex 82 13 CA 24 5B 0 15 114 53 2B
Octal 202 23 312 44 133 0 25 424 123 53
Binary 10000010 10011 11001010 100100 1011011 0 10101 100010100 1010011 101011

Color Harmonies of #8213CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8213CA

Black with #8213CA

Text Example


Text Example

White with #8213CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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