Html Css Color HEX #833F85 Vivid Violet

📋 copy color: '#833F85'

red 131 ◦ green 63 ◦ blue 133

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

Shades of Vivid Violet #833F85

Tints of Vivid Violet #833F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.67%

R = 40.06%
G = 19.27%
B = 40.67%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#833F85 (or 0x833F85) is known color: Vivid Violet. HEX triplet: 83, 3F and 85. RGB value is (131,63,133). Sum of RGB (Red+Green+Blue) = 131+63+133=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 133 - color contains mainly: blue. Hex color #833F85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833F85 is #7CC07A. Grayscale: #5B5B5B. Windows color (decimal): -8175739 or 8732547. OLE color: 8732547.

HSL color Cylindrical-coordinate representation of color #833F85: hue angle of 298.29º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #833F85 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 63 133 -
CMYK 0.02 0.53 0 0.48
HSL 298.29º 0.36% 0.38% -
HSV(B) 298.29º 0.53% 0.52% -
XYZ 15.37 10.07 23.32 -
YUV 91.31 151.53 156.31 -
System Red Green Blue C M Y K H S L
Decimal 131 63 133 0.02 0.53 0 0.48 298.29 0.36 0.38
Hex 83 3F 85 2 35 0 30 12A 24 26
Octal 203 77 205 2 65 0 60 452 44 46
Binary 10000011 111111 10000101 10 110101 0 110000 100101010 100100 100110

Color Harmonies of #833F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833F85

Black with #833F85

Text Example


Text Example

White with #833F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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