Html Css Color HEX #822488 Vivid Violet

📋 copy color: '#822488'

red 130 ◦ green 36 ◦ blue 136

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

Shades of Vivid Violet #822488

Tints of Vivid Violet #822488

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.92%

 BLUE value IS 136 (53.52% from 255) = 45.03%

R = 43.05%
G = 11.92%
B = 45.03%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#822488 (or 0x822488) is known color: Vivid Violet. HEX triplet: 82, 24 and 88. RGB value is (130,36,136). Sum of RGB (Red+Green+Blue) = 130+36+136=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 136 - color contains mainly: blue. Hex color #822488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822488 is #7DDB77. Grayscale: #4B4B4B. Windows color (decimal): -8248184 or 8922242. OLE color: 8922242.

HSL color Cylindrical-coordinate representation of color #822488: hue angle of 296.4º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #822488 is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 36 136 -
CMYK 0.04 0.74 0 0.47
HSL 296.4º 0.58% 0.34% -
HSV(B) 296.4º 0.74% 0.53% -
XYZ 14.28 7.79 24.04 -
YUV 75.51 162.14 166.87 -
System Red Green Blue C M Y K H S L
Decimal 130 36 136 0.04 0.74 0 0.47 296.4 0.58 0.34
Hex 82 24 88 4 4A 0 2F 128 3A 22
Octal 202 44 210 4 112 0 57 450 72 42
Binary 10000010 100100 10001000 100 1001010 0 101111 100101000 111010 100010

Color Harmonies of #822488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822488

Black with #822488

Text Example


Text Example

White with #822488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822488; }

 p { color: rgb(130,36,136); }

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

background-color css

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

 a { background-color: rgb(130,36,136); }

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

border-color css

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

 span { border-color: rgb(130,36,136); }

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