Html Css Color HEX #83449D Vivid Violet

📋 copy color: '#83449D'

red 131 ◦ green 68 ◦ blue 157

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

Shades of Vivid Violet #83449D

Tints of Vivid Violet #83449D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.1%

R = 36.8%
G = 19.1%
B = 44.1%

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

#83449D (or 0x83449D) is known color: Vivid Violet. HEX triplet: 83, 44 and 9D. RGB value is (131,68,157). Sum of RGB (Red+Green+Blue) = 131+68+157=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #83449D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83449D is #7CBB62. Grayscale: #606060. Windows color (decimal): -8174435 or 10306691. OLE color: 10306691.

HSL color Cylindrical-coordinate representation of color #83449D: hue angle of 282.47º 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 #83449D is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 68 157 -
CMYK 0.17 0.57 0 0.38
HSL 282.47º 0.4% 0.44% -
HSV(B) 282.47º 0.57% 0.62% -
XYZ 17.51 11.39 33.17 -
YUV 96.98 161.87 152.26 -
System Red Green Blue C M Y K H S L
Decimal 131 68 157 0.17 0.57 0 0.38 282.47 0.4 0.44
Hex 83 44 9D 11 39 0 26 11A 28 2C
Octal 203 104 235 21 71 0 46 432 50 54
Binary 10000011 1000100 10011101 10001 111001 0 100110 100011010 101000 101100

Color Harmonies of #83449D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83449D

Black with #83449D

Text Example


Text Example

White with #83449D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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