Html Css Color HEX #824281 Vivid Violet

📋 copy color: '#824281'

red 130 ◦ green 66 ◦ blue 129

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

Shades of Vivid Violet #824281

Tints of Vivid Violet #824281

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.31%

 BLUE value IS 129 (50.78% from 255) = 39.69%

R = 40%
G = 20.31%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#824281 (or 0x824281) is known color: Vivid Violet. HEX triplet: 82, 42 and 81. RGB value is (130,66,129). Sum of RGB (Red+Green+Blue) = 130+66+129=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 129 (50.78% from 255 or 39.69% from 325); Max value from RGB is 130 - color contains mainly: red. Hex color #824281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824281 is #7DBD7E. Grayscale: #5C5C5C. Windows color (decimal): -8240511 or 8471170. OLE color: 8471170.

HSL color Cylindrical-coordinate representation of color #824281: hue angle of 300.94º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #824281 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 66 129 -
CMYK 0 0.49 0.01 0.49
HSL 300.94º 0.33% 0.38% -
HSV(B) 300.94º 0.49% 0.51% -
XYZ 15.12 10.23 21.95 -
YUV 92.32 148.7 154.88 -
System Red Green Blue C M Y K H S L
Decimal 130 66 129 0 0.49 0.01 0.49 300.94 0.33 0.38
Hex 82 42 81 0 31 1 31 12D 21 26
Octal 202 102 201 0 61 1 61 455 41 46
Binary 10000010 1000010 10000001 0 110001 1 110001 100101101 100001 100110

Color Harmonies of #824281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824281

Black with #824281

Text Example


Text Example

White with #824281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824281; }

 p { color: rgb(130,66,129); }

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

background-color css

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

 a { background-color: rgb(130,66,129); }

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

border-color css

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

 span { border-color: rgb(130,66,129); }

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