Html Css Color HEX #834083 Vivid Violet

📋 copy color: '#834083'

red 131 ◦ green 64 ◦ blue 131

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

Shades of Vivid Violet #834083

Tints of Vivid Violet #834083

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.63%

 BLUE value IS 131 (51.56% from 255) = 40.18%

R = 40.18%
G = 19.63%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#834083 (or 0x834083) is known color: Vivid Violet. HEX triplet: 83, 40 and 83. RGB value is (131,64,131). Sum of RGB (Red+Green+Blue) = 131+64+131=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 131 - color contains mainly: red, blue. Hex color #834083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834083 is #7CBF7C. Grayscale: #5B5B5B. Windows color (decimal): -8175485 or 8601731. OLE color: 8601731.

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

Color convert

RGB 131 64 131 -
CMYK 0 0.51 0 0.49
HSL 300º 0.34% 0.38% -
HSV(B) 300º 0.51% 0.51% -
XYZ 15.29 10.13 22.62 -
YUV 91.67 150.2 156.05 -
System Red Green Blue C M Y K H S L
Decimal 131 64 131 0 0.51 0 0.49 300 0.34 0.38
Hex 83 40 83 0 33 0 31 12C 22 26
Octal 203 100 203 0 63 0 61 454 42 46
Binary 10000011 1000000 10000011 0 110011 0 110001 100101100 100010 100110

Color Harmonies of #834083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834083

Black with #834083

Text Example


Text Example

White with #834083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834083; }

 p { color: rgb(131,64,131); }

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

background-color css

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

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

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

border-color css

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

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

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