Html Css Color HEX #833B93 Vivid Violet

📋 copy color: '#833B93'

red 131 ◦ green 59 ◦ blue 147

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

Shades of Vivid Violet #833B93

Tints of Vivid Violet #833B93

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.51%

 BLUE value IS 147 (57.81% from 255) = 43.62%

R = 38.87%
G = 17.51%
B = 43.62%

CMYK

 C value IS 0.11

 M value IS 0.60

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#833B93 (or 0x833B93) is known color: Vivid Violet. HEX triplet: 83, 3B and 93. RGB value is (131,59,147). Sum of RGB (Red+Green+Blue) = 131+59+147=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 147 - color contains mainly: blue. Hex color #833B93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833B93 is #7CC46C. Grayscale: #5A5A5A. Windows color (decimal): -8176749 or 9649027. OLE color: 9649027.

HSL color Cylindrical-coordinate representation of color #833B93: hue angle of 289.09º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #833B93 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 59 147 -
CMYK 0.11 0.60 0 0.42
HSL 289.09º 0.43% 0.4% -
HSV(B) 289.09º 0.6% 0.58% -
XYZ 16.19 10.06 28.69 -
YUV 90.56 159.85 156.84 -
System Red Green Blue C M Y K H S L
Decimal 131 59 147 0.11 0.60 0 0.42 289.09 0.43 0.4
Hex 83 3B 93 B 3C 0 2A 121 2B 28
Octal 203 73 223 13 74 0 52 441 53 50
Binary 10000011 111011 10010011 1011 111100 0 101010 100100001 101011 101000

Color Harmonies of #833B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833B93

Black with #833B93

Text Example


Text Example

White with #833B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,59,147); }

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

background-color css

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

 a { background-color: rgb(131,59,147); }

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

border-color css

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

 span { border-color: rgb(131,59,147); }

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