Html Css Color HEX #8210BE Dark Violet

📋 copy color: '#8210BE'

red 130 ◦ green 16 ◦ blue 190

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

Shades of Dark Violet #8210BE

Tints of Dark Violet #8210BE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.76%

 BLUE value IS 190 (74.61% from 255) = 56.55%

R = 38.69%
G = 4.76%
B = 56.55%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8210BE (or 0x8210BE) is known color: Dark Violet. HEX triplet: 82, 10 and BE. RGB value is (130,16,190). Sum of RGB (Red+Green+Blue) = 130+16+190=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #8210BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8210BE is #7DEF41. Grayscale: #454545. Windows color (decimal): -8253250 or 12456066. OLE color: 12456066.

HSL color Cylindrical-coordinate representation of color #8210BE: hue angle of 279.31º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8210BE is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 16 190 -
CMYK 0.32 0.92 0 0.25
HSL 279.31º 0.84% 0.4% -
HSV(B) 279.31º 0.92% 0.75% -
XYZ 18.69 8.83 49.44 -
YUV 69.92 195.77 170.85 -
System Red Green Blue C M Y K H S L
Decimal 130 16 190 0.32 0.92 0 0.25 279.31 0.84 0.4
Hex 82 10 BE 20 5C 0 19 117 54 28
Octal 202 20 276 40 134 0 31 427 124 50
Binary 10000010 10000 10111110 100000 1011100 0 11001 100010111 1010100 101000

Color Harmonies of #8210BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8210BE

Black with #8210BE

Text Example


Text Example

White with #8210BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8210BE; }

 p { color: rgb(130,16,190); }

 H1.HeaderClassName
 {
   color: #8210BE;
 }
 .AnyTagClassName
 {
   color: #8210BE;
 }
</style>

background-color css

<style>
 a { background-color: #8210BE; }

 a { background-color: rgb(130,16,190); }

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

border-color css

<style>
 span { border-color: #8210BE; }

 span { border-color: rgb(130,16,190); }

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