Html Css Color HEX #831998 Vivid Violet

📋 copy color: '#831998'

red 131 ◦ green 25 ◦ blue 152

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

Shades of Vivid Violet #831998

Tints of Vivid Violet #831998

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.12%

 BLUE value IS 152 (59.77% from 255) = 49.35%

R = 42.53%
G = 8.12%
B = 49.35%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#831998 (or 0x831998) is known color: Vivid Violet. HEX triplet: 83, 19 and 98. RGB value is (131,25,152). Sum of RGB (Red+Green+Blue) = 131+25+152=308 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.53% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 152 (59.77% from 255 or 49.35% from 308); Max value from RGB is 152 - color contains mainly: blue. Hex color #831998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831998 is #7CE667. Grayscale: #464646. Windows color (decimal): -8185448 or 9968003. OLE color: 9968003.

HSL color Cylindrical-coordinate representation of color #831998: hue angle of 290.08º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #831998 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 131 25 152 -
CMYK 0.14 0.84 0 0.40
HSL 290.08º 0.72% 0.35% -
HSV(B) 290.08º 0.84% 0.6% -
XYZ 15.38 7.79 30.4 -
YUV 71.17 173.62 170.67 -
System Red Green Blue C M Y K H S L
Decimal 131 25 152 0.14 0.84 0 0.40 290.08 0.72 0.35
Hex 83 19 98 E 54 0 28 122 48 23
Octal 203 31 230 16 124 0 50 442 110 43
Binary 10000011 11001 10011000 1110 1010100 0 101000 100100010 1001000 100011

Color Harmonies of #831998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831998

Black with #831998

Text Example


Text Example

White with #831998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831998; }

 p { color: rgb(131,25,152); }

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

background-color css

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

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

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

border-color css

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

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

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