Html Css Color HEX #824688 Vivid Violet

📋 copy color: '#824688'

red 130 ◦ green 70 ◦ blue 136

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

Shades of Vivid Violet #824688

Tints of Vivid Violet #824688

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.83%

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

R = 38.69%
G = 20.83%
B = 40.48%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#824688 (or 0x824688) is known color: Vivid Violet. HEX triplet: 82, 46 and 88. RGB value is (130,70,136). Sum of RGB (Red+Green+Blue) = 130+70+136=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 136 - color contains mainly: blue. Hex color #824688 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824688 is #7DB977. Grayscale: #5F5F5F. Windows color (decimal): -8239480 or 8930946. OLE color: 8930946.

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

Color convert

RGB 130 70 136 -
CMYK 0.04 0.49 0 0.47
HSL 294.55º 0.32% 0.4% -
HSV(B) 294.55º 0.49% 0.53% -
XYZ 15.84 10.9 24.56 -
YUV 95.46 150.88 152.63 -
System Red Green Blue C M Y K H S L
Decimal 130 70 136 0.04 0.49 0 0.47 294.55 0.32 0.4
Hex 82 46 88 4 31 0 2F 127 20 28
Octal 202 106 210 4 61 0 57 447 40 50
Binary 10000010 1000110 10001000 100 110001 0 101111 100100111 100000 101000

Color Harmonies of #824688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824688

Black with #824688

Text Example


Text Example

White with #824688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824688; }

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

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

background-color css

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

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

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

border-color css

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

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

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