Html Css Color HEX #83449E Vivid Violet

📋 copy color: '#83449E'

red 131 ◦ green 68 ◦ blue 158

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

Shades of Vivid Violet #83449E

Tints of Vivid Violet #83449E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.05%

 BLUE value IS 158 (62.11% from 255) = 44.26%

R = 36.69%
G = 19.05%
B = 44.26%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83449E (or 0x83449E) is known color: Vivid Violet. HEX triplet: 83, 44 and 9E. RGB value is (131,68,158). Sum of RGB (Red+Green+Blue) = 131+68+158=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 158 - color contains mainly: blue. Hex color #83449E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83449E is #7CBB61. Grayscale: #606060. Windows color (decimal): -8174434 or 10372227. OLE color: 10372227.

HSL color Cylindrical-coordinate representation of color #83449E: hue angle of 282º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #83449E is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 68 158 -
CMYK 0.17 0.57 0 0.38
HSL 282º 0.4% 0.44% -
HSV(B) 282º 0.57% 0.62% -
XYZ 17.6 11.43 33.63 -
YUV 97.1 162.37 152.18 -
System Red Green Blue C M Y K H S L
Decimal 131 68 158 0.17 0.57 0 0.38 282 0.4 0.44
Hex 83 44 9E 11 39 0 26 11A 28 2C
Octal 203 104 236 21 71 0 46 432 50 54
Binary 10000011 1000100 10011110 10001 111001 0 100110 100011010 101000 101100

Color Harmonies of #83449E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83449E

Black with #83449E

Text Example


Text Example

White with #83449E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83449E; }

 p { color: rgb(131,68,158); }

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

background-color css

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

 a { background-color: rgb(131,68,158); }

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

border-color css

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

 span { border-color: rgb(131,68,158); }

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