Html Css Color HEX #833F96 Vivid Violet

📋 copy color: '#833F96'

red 131 ◦ green 63 ◦ blue 150

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

Shades of Vivid Violet #833F96

Tints of Vivid Violet #833F96

RGB

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

 GREEN value IS 63 (25% from 255) = 18.31%

 BLUE value IS 150 (58.98% from 255) = 43.6%

R = 38.08%
G = 18.31%
B = 43.6%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#833F96 (or 0x833F96) is known color: Vivid Violet. HEX triplet: 83, 3F and 96. RGB value is (131,63,150). Sum of RGB (Red+Green+Blue) = 131+63+150=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 63 (25% from 255 or 18.31% from 344); Blue value is 150 (58.98% from 255 or 43.60% from 344); Max value from RGB is 150 - color contains mainly: blue. Hex color #833F96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833F96 is #7CC069. Grayscale: #5C5C5C. Windows color (decimal): -8175722 or 9846659. OLE color: 9846659.

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

Color convert

RGB 131 63 150 -
CMYK 0.13 0.58 0 0.41
HSL 286.9º 0.41% 0.42% -
HSV(B) 286.9º 0.58% 0.59% -
XYZ 16.64 10.58 30.02 -
YUV 93.25 160.03 154.93 -
System Red Green Blue C M Y K H S L
Decimal 131 63 150 0.13 0.58 0 0.41 286.9 0.41 0.42
Hex 83 3F 96 D 3A 0 29 11F 29 2A
Octal 203 77 226 15 72 0 51 437 51 52
Binary 10000011 111111 10010110 1101 111010 0 101001 100011111 101001 101010

Color Harmonies of #833F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833F96

Black with #833F96

Text Example


Text Example

White with #833F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833F96; }

 p { color: rgb(131,63,150); }

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

background-color css

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

 a { background-color: rgb(131,63,150); }

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

border-color css

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

 span { border-color: rgb(131,63,150); }

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