Html Css Color HEX #824887 Vivid Violet

📋 copy color: '#824887'

red 130 ◦ green 72 ◦ blue 135

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

Shades of Vivid Violet #824887

Tints of Vivid Violet #824887

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.36%

 BLUE value IS 135 (53.13% from 255) = 40.06%

R = 38.58%
G = 21.36%
B = 40.06%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#824887 (or 0x824887) is known color: Vivid Violet. HEX triplet: 82, 48 and 87. RGB value is (130,72,135). Sum of RGB (Red+Green+Blue) = 130+72+135=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 135 - color contains mainly: blue. Hex color #824887 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824887 is #7DB778. Grayscale: #606060. Windows color (decimal): -8238969 or 8865922. OLE color: 8865922.

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

Color convert

RGB 130 72 135 -
CMYK 0.04 0.47 0 0.47
HSL 295.24º 0.3% 0.41% -
HSV(B) 295.24º 0.47% 0.53% -
XYZ 15.9 11.13 24.23 -
YUV 96.52 149.72 151.88 -
System Red Green Blue C M Y K H S L
Decimal 130 72 135 0.04 0.47 0 0.47 295.24 0.3 0.41
Hex 82 48 87 4 2F 0 2F 127 1E 29
Octal 202 110 207 4 57 0 57 447 36 51
Binary 10000010 1001000 10000111 100 101111 0 101111 100100111 11110 101001

Color Harmonies of #824887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824887

Black with #824887

Text Example


Text Example

White with #824887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824887; }

 p { color: rgb(130,72,135); }

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

background-color css

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

 a { background-color: rgb(130,72,135); }

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

border-color css

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

 span { border-color: rgb(130,72,135); }

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