Html Css Color HEX #833091 Vivid Violet

📋 copy color: '#833091'

red 131 ◦ green 48 ◦ blue 145

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

Shades of Vivid Violet #833091

Tints of Vivid Violet #833091

RGB

 RED value IS 131 (51.56% from 255) = 40.43%

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

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

R = 40.43%
G = 14.81%
B = 44.75%

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

#833091 (or 0x833091) is known color: Vivid Violet. HEX triplet: 83, 30 and 91. RGB value is (131,48,145). Sum of RGB (Red+Green+Blue) = 131+48+145=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 145 - color contains mainly: blue. Hex color #833091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833091 is #7CCF6E. Grayscale: #535353. Windows color (decimal): -8179567 or 9515139. OLE color: 9515139.

HSL color Cylindrical-coordinate representation of color #833091: hue angle of 291.34º 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 #833091 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 48 145 -
CMYK 0.10 0.67 0 0.43
HSL 291.34º 0.5% 0.38% -
HSV(B) 291.34º 0.67% 0.57% -
XYZ 15.53 8.98 27.7 -
YUV 83.88 162.5 161.61 -
System Red Green Blue C M Y K H S L
Decimal 131 48 145 0.10 0.67 0 0.43 291.34 0.5 0.38
Hex 83 30 91 A 43 0 2B 123 32 26
Octal 203 60 221 12 103 0 53 443 62 46
Binary 10000011 110000 10010001 1010 1000011 0 101011 100100011 110010 100110

Color Harmonies of #833091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833091

Black with #833091

Text Example


Text Example

White with #833091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833091; }

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

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

background-color css

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

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

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

border-color css

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

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

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