Html Css Color HEX #824399 Vivid Violet

📋 copy color: '#824399'

red 130 ◦ green 67 ◦ blue 153

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

Shades of Vivid Violet #824399

Tints of Vivid Violet #824399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.71%

R = 37.14%
G = 19.14%
B = 43.71%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#824399 (or 0x824399) is known color: Vivid Violet. HEX triplet: 82, 43 and 99. RGB value is (130,67,153). Sum of RGB (Red+Green+Blue) = 130+67+153=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 67 (26.56% from 255 or 19.14% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 153 - color contains mainly: blue. Hex color #824399 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824399 is #7DBC66. Grayscale: #5F5F5F. Windows color (decimal): -8240231 or 10044290. OLE color: 10044290.

HSL color Cylindrical-coordinate representation of color #824399: hue angle of 283.95º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #824399 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 130 67 153 -
CMYK 0.15 0.56 0 0.4
HSL 283.95º 0.39% 0.43% -
HSV(B) 283.95º 0.56% 0.6% -
XYZ 16.96 11.06 31.38 -
YUV 95.64 160.37 152.51 -
System Red Green Blue C M Y K H S L
Decimal 130 67 153 0.15 0.56 0 0.4 283.95 0.39 0.43
Hex 82 43 99 F 38 0 28 11C 27 2B
Octal 202 103 231 17 70 0 50 434 47 53
Binary 10000010 1000011 10011001 1111 111000 0 101000 100011100 100111 101011

Color Harmonies of #824399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824399

Black with #824399

Text Example


Text Example

White with #824399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824399; }

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

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

background-color css

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

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

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

border-color css

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

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

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