Html Css Color HEX #822DAB Vivid Violet

📋 copy color: '#822DAB'

red 130 ◦ green 45 ◦ blue 171

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

Shades of Vivid Violet #822DAB

Tints of Vivid Violet #822DAB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.01%

 BLUE value IS 171 (67.19% from 255) = 49.42%

R = 37.57%
G = 13.01%
B = 49.42%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#822DAB (or 0x822DAB) is known color: Vivid Violet. HEX triplet: 82, 2D and AB. RGB value is (130,45,171). Sum of RGB (Red+Green+Blue) = 130+45+171=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #822DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822DAB is #7DD254. Grayscale: #545454. Windows color (decimal): -8245845 or 11218306. OLE color: 11218306.

HSL color Cylindrical-coordinate representation of color #822DAB: hue angle of 280.48º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #822DAB is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 45 171 -
CMYK 0.24 0.74 0 0.33
HSL 280.48º 0.58% 0.42% -
HSV(B) 280.48º 0.74% 0.67% -
XYZ 17.5 9.56 39.45 -
YUV 84.78 176.66 160.25 -
System Red Green Blue C M Y K H S L
Decimal 130 45 171 0.24 0.74 0 0.33 280.48 0.58 0.42
Hex 82 2D AB 18 4A 0 21 118 3A 2A
Octal 202 55 253 30 112 0 41 430 72 52
Binary 10000010 101101 10101011 11000 1001010 0 100001 100011000 111010 101010

Color Harmonies of #822DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822DAB

Black with #822DAB

Text Example


Text Example

White with #822DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822DAB; }

 p { color: rgb(130,45,171); }

 H1.HeaderClassName
 {
   color: #822DAB;
 }
 .AnyTagClassName
 {
   color: #822DAB;
 }
</style>

background-color css

<style>
 a { background-color: #822DAB; }

 a { background-color: rgb(130,45,171); }

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

border-color css

<style>
 span { border-color: #822DAB; }

 span { border-color: rgb(130,45,171); }

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