Html Css Color HEX #832298 Vivid Violet

📋 copy color: '#832298'

red 131 ◦ green 34 ◦ blue 152

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

Shades of Vivid Violet #832298

Tints of Vivid Violet #832298

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.73%

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

R = 41.32%
G = 10.73%
B = 47.95%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#832298 (or 0x832298) is known color: Vivid Violet. HEX triplet: 83, 22 and 98. RGB value is (131,34,152). Sum of RGB (Red+Green+Blue) = 131+34+152=317 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.32% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 152 - color contains mainly: blue. Hex color #832298 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832298 is #7CDD67. Grayscale: #4C4C4C. Windows color (decimal): -8183144 or 9970307. OLE color: 9970307.

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

Color convert

RGB 131 34 152 -
CMYK 0.14 0.78 0 0.40
HSL 289.32º 0.63% 0.36% -
HSV(B) 289.32º 0.78% 0.6% -
XYZ 15.6 8.24 30.47 -
YUV 76.46 170.64 166.91 -
System Red Green Blue C M Y K H S L
Decimal 131 34 152 0.14 0.78 0 0.40 289.32 0.63 0.36
Hex 83 22 98 E 4E 0 28 121 3F 24
Octal 203 42 230 16 116 0 50 441 77 44
Binary 10000011 100010 10011000 1110 1001110 0 101000 100100001 111111 100100

Color Harmonies of #832298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832298

Black with #832298

Text Example


Text Example

White with #832298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832298; }

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

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

background-color css

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

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

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

border-color css

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

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

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