Html Css Color HEX #853983 Vivid Violet

📋 copy color: '#853983'

red 133 ◦ green 57 ◦ blue 131

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

Shades of Vivid Violet #853983

Tints of Vivid Violet #853983

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.76%

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

R = 41.43%
G = 17.76%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#853983 (or 0x853983) is known color: Vivid Violet. HEX triplet: 85, 39 and 83. RGB value is (133,57,131). Sum of RGB (Red+Green+Blue) = 133+57+131=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 133 - color contains mainly: red. Hex color #853983 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853983 is #7AC67C. Grayscale: #575757. Windows color (decimal): -8046205 or 8599941. OLE color: 8599941.

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

Color convert

RGB 133 57 131 -
CMYK 0 0.57 0.02 0.48
HSL 301.58º 0.4% 0.37% -
HSV(B) 301.58º 0.57% 0.52% -
XYZ 15.23 9.55 22.51 -
YUV 88.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 133 57 131 0 0.57 0.02 0.48 301.58 0.4 0.37
Hex 85 39 83 0 39 2 30 12E 28 25
Octal 205 71 203 0 71 2 60 456 50 45
Binary 10000101 111001 10000011 0 111001 10 110000 100101110 101000 100101

Color Harmonies of #853983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853983

Black with #853983

Text Example


Text Example

White with #853983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853983; }

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

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

background-color css

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

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

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

border-color css

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

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

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