Html Css Color HEX #833B8B Vivid Violet

📋 copy color: '#833B8B'

red 131 ◦ green 59 ◦ blue 139

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

Shades of Vivid Violet #833B8B

Tints of Vivid Violet #833B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.25%

R = 39.82%
G = 17.93%
B = 42.25%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#833B8B (or 0x833B8B) is known color: Vivid Violet. HEX triplet: 83, 3B and 8B. RGB value is (131,59,139). Sum of RGB (Red+Green+Blue) = 131+59+139=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 139 - color contains mainly: blue. Hex color #833B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833B8B is #7CC474. Grayscale: #595959. Windows color (decimal): -8176757 or 9124739. OLE color: 9124739.

HSL color Cylindrical-coordinate representation of color #833B8B: hue angle of 294º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #833B8B is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 59 139 -
CMYK 0.06 0.58 0 0.45
HSL 294º 0.4% 0.39% -
HSV(B) 294º 0.58% 0.55% -
XYZ 15.58 9.82 25.5 -
YUV 89.65 155.85 157.5 -
System Red Green Blue C M Y K H S L
Decimal 131 59 139 0.06 0.58 0 0.45 294 0.4 0.39
Hex 83 3B 8B 6 3A 0 2D 126 28 27
Octal 203 73 213 6 72 0 55 446 50 47
Binary 10000011 111011 10001011 110 111010 0 101101 100100110 101000 100111

Color Harmonies of #833B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833B8B

Black with #833B8B

Text Example


Text Example

White with #833B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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