Html Css Color HEX #824588 Vivid Violet

📋 copy color: '#824588'

red 130 ◦ green 69 ◦ blue 136

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

Shades of Vivid Violet #824588

Tints of Vivid Violet #824588

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.6%

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

R = 38.81%
G = 20.6%
B = 40.6%

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

#824588 (or 0x824588) is known color: Vivid Violet. HEX triplet: 82, 45 and 88. RGB value is (130,69,136). Sum of RGB (Red+Green+Blue) = 130+69+136=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 136 - color contains mainly: blue. Hex color #824588 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824588 is #7DBA77. Grayscale: #5E5E5E. Windows color (decimal): -8239736 or 8930690. OLE color: 8930690.

HSL color Cylindrical-coordinate representation of color #824588: hue angle of 294.63º degrees, saturation: 0.33, 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 #824588 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 69 136 -
CMYK 0.04 0.49 0 0.47
HSL 294.63º 0.33% 0.4% -
HSV(B) 294.63º 0.49% 0.53% -
XYZ 15.78 10.78 24.54 -
YUV 94.88 151.21 153.05 -
System Red Green Blue C M Y K H S L
Decimal 130 69 136 0.04 0.49 0 0.47 294.63 0.33 0.4
Hex 82 45 88 4 31 0 2F 127 21 28
Octal 202 105 210 4 61 0 57 447 41 50
Binary 10000010 1000101 10001000 100 110001 0 101111 100100111 100001 101000

Color Harmonies of #824588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824588

Black with #824588

Text Example


Text Example

White with #824588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824588; }

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

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

background-color css

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

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

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

border-color css

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

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

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