Html Css Color HEX #824896 Vivid Violet

📋 copy color: '#824896'

red 130 ◦ green 72 ◦ blue 150

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

Shades of Vivid Violet #824896

Tints of Vivid Violet #824896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.61%

R = 36.93%
G = 20.45%
B = 42.61%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#824896 (or 0x824896) is known color: Vivid Violet. HEX triplet: 82, 48 and 96. RGB value is (130,72,150). Sum of RGB (Red+Green+Blue) = 130+72+150=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 150 - color contains mainly: blue. Hex color #824896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824896 is #7DB769. Grayscale: #616161. Windows color (decimal): -8238954 or 9848962. OLE color: 9848962.

HSL color Cylindrical-coordinate representation of color #824896: hue angle of 284.62º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #824896 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 72 150 -
CMYK 0.13 0.52 0 0.41
HSL 284.62º 0.35% 0.44% -
HSV(B) 284.62º 0.52% 0.59% -
XYZ 17.03 11.58 30.19 -
YUV 98.23 157.22 150.66 -
System Red Green Blue C M Y K H S L
Decimal 130 72 150 0.13 0.52 0 0.41 284.62 0.35 0.44
Hex 82 48 96 D 34 0 29 11D 23 2C
Octal 202 110 226 15 64 0 51 435 43 54
Binary 10000010 1001000 10010110 1101 110100 0 101001 100011101 100011 101100

Color Harmonies of #824896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824896

Black with #824896

Text Example


Text Example

White with #824896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824896; }

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

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

background-color css

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

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

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

border-color css

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

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

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