Html Css Color HEX #83419B Vivid Violet

📋 copy color: '#83419B'

red 131 ◦ green 65 ◦ blue 155

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

Shades of Vivid Violet #83419B

Tints of Vivid Violet #83419B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.52%

 BLUE value IS 155 (60.94% from 255) = 44.16%

R = 37.32%
G = 18.52%
B = 44.16%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83419B (or 0x83419B) is known color: Vivid Violet. HEX triplet: 83, 41 and 9B. RGB value is (131,65,155). Sum of RGB (Red+Green+Blue) = 131+65+155=351 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.32% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: blue. Hex color #83419B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83419B is #7CBE64. Grayscale: #5E5E5E. Windows color (decimal): -8175205 or 10174851. OLE color: 10174851.

HSL color Cylindrical-coordinate representation of color #83419B: hue angle of 284º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #83419B is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 131 65 155 -
CMYK 0.15 0.58 0 0.39
HSL 284º 0.41% 0.43% -
HSV(B) 284º 0.58% 0.61% -
XYZ 17.17 10.97 32.22 -
YUV 94.99 161.87 153.68 -
System Red Green Blue C M Y K H S L
Decimal 131 65 155 0.15 0.58 0 0.39 284 0.41 0.43
Hex 83 41 9B F 3A 0 27 11C 29 2B
Octal 203 101 233 17 72 0 47 434 51 53
Binary 10000011 1000001 10011011 1111 111010 0 100111 100011100 101001 101011

Color Harmonies of #83419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83419B

Black with #83419B

Text Example


Text Example

White with #83419B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83419B; }

 p { color: rgb(131,65,155); }

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

background-color css

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

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

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

border-color css

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

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

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