Html Css Color HEX #823091 Vivid Violet

📋 copy color: '#823091'

red 130 ◦ green 48 ◦ blue 145

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

Shades of Vivid Violet #823091

Tints of Vivid Violet #823091

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.86%

 BLUE value IS 145 (57.03% from 255) = 44.89%

R = 40.25%
G = 14.86%
B = 44.89%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#823091 (or 0x823091) is known color: Vivid Violet. HEX triplet: 82, 30 and 91. RGB value is (130,48,145). Sum of RGB (Red+Green+Blue) = 130+48+145=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 145 (57.03% from 255 or 44.89% from 323); Max value from RGB is 145 - color contains mainly: blue. Hex color #823091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823091 is #7DCF6E. Grayscale: #535353. Windows color (decimal): -8245103 or 9515138. OLE color: 9515138.

HSL color Cylindrical-coordinate representation of color #823091: hue angle of 290.72º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #823091 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 48 145 -
CMYK 0.10 0.67 0 0.43
HSL 290.72º 0.5% 0.38% -
HSV(B) 290.72º 0.67% 0.57% -
XYZ 15.37 8.9 27.7 -
YUV 83.58 162.67 161.11 -
System Red Green Blue C M Y K H S L
Decimal 130 48 145 0.10 0.67 0 0.43 290.72 0.5 0.38
Hex 82 30 91 A 43 0 2B 123 32 26
Octal 202 60 221 12 103 0 53 443 62 46
Binary 10000010 110000 10010001 1010 1000011 0 101011 100100011 110010 100110

Color Harmonies of #823091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823091

Black with #823091

Text Example


Text Example

White with #823091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823091; }

 p { color: rgb(130,48,145); }

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

background-color css

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

 a { background-color: rgb(130,48,145); }

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

border-color css

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

 span { border-color: rgb(130,48,145); }

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