Html Css Color HEX #824183 Vivid Violet

📋 copy color: '#824183'

red 130 ◦ green 65 ◦ blue 131

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

Shades of Vivid Violet #824183

Tints of Vivid Violet #824183

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.94%

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

R = 39.88%
G = 19.94%
B = 40.18%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#824183 (or 0x824183) is known color: Vivid Violet. HEX triplet: 82, 41 and 83. RGB value is (130,65,131). Sum of RGB (Red+Green+Blue) = 130+65+131=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 131 - color contains mainly: blue. Hex color #824183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824183 is #7DBE7C. Grayscale: #5B5B5B. Windows color (decimal): -8240765 or 8601986. OLE color: 8601986.

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

Color convert

RGB 130 65 131 -
CMYK 0.01 0.50 0 0.49
HSL 299.09º 0.34% 0.38% -
HSV(B) 299.09º 0.5% 0.51% -
XYZ 15.19 10.17 22.63 -
YUV 91.96 150.03 155.13 -
System Red Green Blue C M Y K H S L
Decimal 130 65 131 0.01 0.50 0 0.49 299.09 0.34 0.38
Hex 82 41 83 1 32 0 31 12B 22 26
Octal 202 101 203 1 62 0 61 453 42 46
Binary 10000010 1000001 10000011 1 110010 0 110001 100101011 100010 100110

Color Harmonies of #824183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824183

Black with #824183

Text Example


Text Example

White with #824183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824183; }

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

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

background-color css

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

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

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

border-color css

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

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

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