Html Css Color HEX #833297 Vivid Violet

📋 copy color: '#833297'

red 131 ◦ green 50 ◦ blue 151

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

Shades of Vivid Violet #833297

Tints of Vivid Violet #833297

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.06%

 BLUE value IS 151 (59.38% from 255) = 45.48%

R = 39.46%
G = 15.06%
B = 45.48%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#833297 (or 0x833297) is known color: Vivid Violet. HEX triplet: 83, 32 and 97. RGB value is (131,50,151). Sum of RGB (Red+Green+Blue) = 131+50+151=332 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.46% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 151 - color contains mainly: blue. Hex color #833297 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833297 is #7CCD68. Grayscale: #555555. Windows color (decimal): -8179049 or 9908867. OLE color: 9908867.

HSL color Cylindrical-coordinate representation of color #833297: hue angle of 288.12º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #833297 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 131 50 151 -
CMYK 0.13 0.67 0 0.41
HSL 288.12º 0.5% 0.39% -
HSV(B) 288.12º 0.67% 0.59% -
XYZ 16.09 9.34 30.23 -
YUV 85.73 164.84 160.29 -
System Red Green Blue C M Y K H S L
Decimal 131 50 151 0.13 0.67 0 0.41 288.12 0.5 0.39
Hex 83 32 97 D 43 0 29 120 32 27
Octal 203 62 227 15 103 0 51 440 62 47
Binary 10000011 110010 10010111 1101 1000011 0 101001 100100000 110010 100111

Color Harmonies of #833297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833297

Black with #833297

Text Example


Text Example

White with #833297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833297; }

 p { color: rgb(131,50,151); }

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

background-color css

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

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

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

border-color css

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

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

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