Html Css Color HEX #853B7F Vivid Violet

📋 copy color: '#853B7F'

red 133 ◦ green 59 ◦ blue 127

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

Shades of Vivid Violet #853B7F

Tints of Vivid Violet #853B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.81%

R = 41.69%
G = 18.5%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#853B7F (or 0x853B7F) is known color: Vivid Violet. HEX triplet: 85, 3B and 7F. RGB value is (133,59,127). Sum of RGB (Red+Green+Blue) = 133+59+127=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 59 (23.44% from 255 or 18.50% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #853B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853B7F is #7AC480. Grayscale: #585858. Windows color (decimal): -8045697 or 8338309. OLE color: 8338309.

HSL color Cylindrical-coordinate representation of color #853B7F: hue angle of 304.86º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #853B7F is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 59 127 -
CMYK 0 0.56 0.05 0.48
HSL 304.86º 0.39% 0.38% -
HSV(B) 304.86º 0.56% 0.52% -
XYZ 15.07 9.65 21.15 -
YUV 88.88 149.52 159.47 -
System Red Green Blue C M Y K H S L
Decimal 133 59 127 0 0.56 0.05 0.48 304.86 0.39 0.38
Hex 85 3B 7F 0 38 5 30 131 27 26
Octal 205 73 177 0 70 5 60 461 47 46
Binary 10000101 111011 1111111 0 111000 101 110000 100110001 100111 100110

Color Harmonies of #853B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853B7F

Black with #853B7F

Text Example


Text Example

White with #853B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853B7F; }

 p { color: rgb(133,59,127); }

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

background-color css

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

 a { background-color: rgb(133,59,127); }

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

border-color css

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

 span { border-color: rgb(133,59,127); }

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