Html Css Color HEX #824083 Vivid Violet

📋 copy color: '#824083'

red 130 ◦ green 64 ◦ blue 131

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

Shades of Vivid Violet #824083

Tints of Vivid Violet #824083

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.69%

 BLUE value IS 131 (51.56% from 255) = 40.31%

R = 40%
G = 19.69%
B = 40.31%

CMYK

 C value IS 0.01

 M value IS 0.51

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#824083 (or 0x824083) is known color: Vivid Violet. HEX triplet: 82, 40 and 83. RGB value is (130,64,131). Sum of RGB (Red+Green+Blue) = 130+64+131=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 131 - color contains mainly: blue. Hex color #824083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824083 is #7DBF7C. Grayscale: #5B5B5B. Windows color (decimal): -8241021 or 8601730. OLE color: 8601730.

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

Color convert

RGB 130 64 131 -
CMYK 0.01 0.51 0 0.49
HSL 299.1º 0.34% 0.38% -
HSV(B) 299.1º 0.51% 0.51% -
XYZ 15.14 10.05 22.62 -
YUV 91.37 150.37 155.55 -
System Red Green Blue C M Y K H S L
Decimal 130 64 131 0.01 0.51 0 0.49 299.1 0.34 0.38
Hex 82 40 83 1 33 0 31 12B 22 26
Octal 202 100 203 1 63 0 61 453 42 46
Binary 10000010 1000000 10000011 1 110011 0 110001 100101011 100010 100110

Color Harmonies of #824083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824083

Black with #824083

Text Example


Text Example

White with #824083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824083; }

 p { color: rgb(130,64,131); }

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

background-color css

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

 a { background-color: rgb(130,64,131); }

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

border-color css

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

 span { border-color: rgb(130,64,131); }

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