Html Css Color HEX #824388 Vivid Violet

📋 copy color: '#824388'

red 130 ◦ green 67 ◦ blue 136

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

Shades of Vivid Violet #824388

Tints of Vivid Violet #824388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.84%

R = 39.04%
G = 20.12%
B = 40.84%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#824388 (or 0x824388) is known color: Vivid Violet. HEX triplet: 82, 43 and 88. RGB value is (130,67,136). Sum of RGB (Red+Green+Blue) = 130+67+136=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 136 - color contains mainly: blue. Hex color #824388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824388 is #7DBC77. Grayscale: #5D5D5D. Windows color (decimal): -8240248 or 8930178. OLE color: 8930178.

HSL color Cylindrical-coordinate representation of color #824388: hue angle of 294.78º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #824388 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 67 136 -
CMYK 0.04 0.51 0 0.47
HSL 294.78º 0.34% 0.4% -
HSV(B) 294.78º 0.51% 0.53% -
XYZ 15.66 10.54 24.5 -
YUV 93.7 151.87 153.89 -
System Red Green Blue C M Y K H S L
Decimal 130 67 136 0.04 0.51 0 0.47 294.78 0.34 0.4
Hex 82 43 88 4 33 0 2F 127 22 28
Octal 202 103 210 4 63 0 57 447 42 50
Binary 10000010 1000011 10001000 100 110011 0 101111 100100111 100010 101000

Color Harmonies of #824388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824388

Black with #824388

Text Example


Text Example

White with #824388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824388; }

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

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

background-color css

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

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

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

border-color css

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

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

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