Html Css Color HEX #821B95 Vivid Violet

📋 copy color: '#821B95'

red 130 ◦ green 27 ◦ blue 149

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

Shades of Vivid Violet #821B95

Tints of Vivid Violet #821B95

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.82%

 BLUE value IS 149 (58.59% from 255) = 48.69%

R = 42.48%
G = 8.82%
B = 48.69%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#821B95 (or 0x821B95) is known color: Vivid Violet. HEX triplet: 82, 1B and 95. RGB value is (130,27,149). Sum of RGB (Red+Green+Blue) = 130+27+149=306 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.48% from 306); Green value is 27 (10.94% from 255 or 8.82% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: blue. Hex color #821B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821B95 is #7DE46A. Grayscale: #474747. Windows color (decimal): -8250475 or 9771906. OLE color: 9771906.

HSL color Cylindrical-coordinate representation of color #821B95: hue angle of 290.66º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #821B95 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 27 149 -
CMYK 0.13 0.82 0 0.42
HSL 290.66º 0.69% 0.35% -
HSV(B) 290.66º 0.82% 0.58% -
XYZ 15.02 7.7 29.13 -
YUV 71.71 171.62 169.58 -
System Red Green Blue C M Y K H S L
Decimal 130 27 149 0.13 0.82 0 0.42 290.66 0.69 0.35
Hex 82 1B 95 D 52 0 2A 123 45 23
Octal 202 33 225 15 122 0 52 443 105 43
Binary 10000010 11011 10010101 1101 1010010 0 101010 100100011 1000101 100011

Color Harmonies of #821B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821B95

Black with #821B95

Text Example


Text Example

White with #821B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821B95; }

 p { color: rgb(130,27,149); }

 H1.HeaderClassName
 {
   color: #821B95;
 }
 .AnyTagClassName
 {
   color: #821B95;
 }
</style>

background-color css

<style>
 a { background-color: #821B95; }

 a { background-color: rgb(130,27,149); }

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

border-color css

<style>
 span { border-color: #821B95; }

 span { border-color: rgb(130,27,149); }

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