Html Css Color HEX #832698 Vivid Violet

📋 copy color: '#832698'

red 131 ◦ green 38 ◦ blue 152

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

Shades of Vivid Violet #832698

Tints of Vivid Violet #832698

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.84%

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

R = 40.81%
G = 11.84%
B = 47.35%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#832698 (or 0x832698) is known color: Vivid Violet. HEX triplet: 83, 26 and 98. RGB value is (131,38,152). Sum of RGB (Red+Green+Blue) = 131+38+152=321 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.81% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 152 (59.77% from 255 or 47.35% from 321); Max value from RGB is 152 - color contains mainly: blue. Hex color #832698 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832698 is #7CD967. Grayscale: #4E4E4E. Windows color (decimal): -8182120 or 9971331. OLE color: 9971331.

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

Color convert

RGB 131 38 152 -
CMYK 0.14 0.75 0 0.40
HSL 288.95º 0.6% 0.37% -
HSV(B) 288.95º 0.75% 0.6% -
XYZ 15.72 8.48 30.51 -
YUV 78.8 169.31 165.23 -
System Red Green Blue C M Y K H S L
Decimal 131 38 152 0.14 0.75 0 0.40 288.95 0.6 0.37
Hex 83 26 98 E 4B 0 28 121 3C 25
Octal 203 46 230 16 113 0 50 441 74 45
Binary 10000011 100110 10011000 1110 1001011 0 101000 100100001 111100 100101

Color Harmonies of #832698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832698

Black with #832698

Text Example


Text Example

White with #832698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832698; }

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

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

background-color css

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

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

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

border-color css

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

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

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