Html Css Color HEX #853183 Vivid Violet

📋 copy color: '#853183'

red 133 ◦ green 49 ◦ blue 131

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

Shades of Vivid Violet #853183

Tints of Vivid Violet #853183

RGB

 RED value IS 133 (52.34% from 255) = 42.49%

 GREEN value IS 49 (19.53% from 255) = 15.65%

 BLUE value IS 131 (51.56% from 255) = 41.85%

R = 42.49%
G = 15.65%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#853183 (or 0x853183) is known color: Vivid Violet. HEX triplet: 85, 31 and 83. RGB value is (133,49,131). Sum of RGB (Red+Green+Blue) = 133+49+131=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 131 (51.56% from 255 or 41.85% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #853183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853183 is #7ACE7C. Grayscale: #535353. Windows color (decimal): -8048253 or 8597893. OLE color: 8597893.

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

Color convert

RGB 133 49 131 -
CMYK 0 0.63 0.02 0.48
HSL 301.43º 0.46% 0.36% -
HSV(B) 301.43º 0.63% 0.52% -
XYZ 14.87 8.82 22.39 -
YUV 83.46 154.83 163.33 -
System Red Green Blue C M Y K H S L
Decimal 133 49 131 0 0.63 0.02 0.48 301.43 0.46 0.36
Hex 85 31 83 0 3F 2 30 12D 2E 24
Octal 205 61 203 0 77 2 60 455 56 44
Binary 10000101 110001 10000011 0 111111 10 110000 100101101 101110 100100

Color Harmonies of #853183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853183

Black with #853183

Text Example


Text Example

White with #853183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853183; }

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

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

background-color css

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

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

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

border-color css

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

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

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