Html Css Color HEX #822688 Vivid Violet

📋 copy color: '#822688'

red 130 ◦ green 38 ◦ blue 136

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

Shades of Vivid Violet #822688

Tints of Vivid Violet #822688

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.5%

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

R = 42.76%
G = 12.5%
B = 44.74%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#822688 (or 0x822688) is known color: Vivid Violet. HEX triplet: 82, 26 and 88. RGB value is (130,38,136). Sum of RGB (Red+Green+Blue) = 130+38+136=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 136 - color contains mainly: blue. Hex color #822688 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822688 is #7DD977. Grayscale: #4C4C4C. Windows color (decimal): -8247672 or 8922754. OLE color: 8922754.

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

Color convert

RGB 130 38 136 -
CMYK 0.04 0.72 0 0.47
HSL 296.33º 0.56% 0.34% -
HSV(B) 296.33º 0.72% 0.53% -
XYZ 14.34 7.91 24.06 -
YUV 76.68 161.48 166.03 -
System Red Green Blue C M Y K H S L
Decimal 130 38 136 0.04 0.72 0 0.47 296.33 0.56 0.34
Hex 82 26 88 4 48 0 2F 128 38 22
Octal 202 46 210 4 110 0 57 450 70 42
Binary 10000010 100110 10001000 100 1001000 0 101111 100101000 111000 100010

Color Harmonies of #822688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822688

Black with #822688

Text Example


Text Example

White with #822688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822688; }

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

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

background-color css

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

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

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

border-color css

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

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

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