Html Css Color HEX #824381 Vivid Violet

📋 copy color: '#824381'

red 130 ◦ green 67 ◦ blue 129

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

Shades of Vivid Violet #824381

Tints of Vivid Violet #824381

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.55%

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

R = 39.88%
G = 20.55%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#824381 (or 0x824381) is known color: Vivid Violet. HEX triplet: 82, 43 and 81. RGB value is (130,67,129). Sum of RGB (Red+Green+Blue) = 130+67+129=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 130 - color contains mainly: red. Hex color #824381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824381 is #7DBC7E. Grayscale: #5C5C5C. Windows color (decimal): -8240255 or 8471426. OLE color: 8471426.

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

Color convert

RGB 130 67 129 -
CMYK 0 0.48 0.01 0.49
HSL 300.95º 0.32% 0.39% -
HSV(B) 300.95º 0.48% 0.51% -
XYZ 15.18 10.35 21.97 -
YUV 92.91 148.37 154.46 -
System Red Green Blue C M Y K H S L
Decimal 130 67 129 0 0.48 0.01 0.49 300.95 0.32 0.39
Hex 82 43 81 0 30 1 31 12D 20 27
Octal 202 103 201 0 60 1 61 455 40 47
Binary 10000010 1000011 10000001 0 110000 1 110001 100101101 100000 100111

Color Harmonies of #824381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824381

Black with #824381

Text Example


Text Example

White with #824381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824381; }

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

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

background-color css

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

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

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

border-color css

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

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

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