Html Css Color HEX #853F7F Vivid Violet

📋 copy color: '#853F7F'

red 133 ◦ green 63 ◦ blue 127

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

Shades of Vivid Violet #853F7F

Tints of Vivid Violet #853F7F

RGB

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

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

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

R = 41.18%
G = 19.5%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#853F7F (or 0x853F7F) is known color: Vivid Violet. HEX triplet: 85, 3F and 7F. RGB value is (133,63,127). Sum of RGB (Red+Green+Blue) = 133+63+127=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 133 - color contains mainly: red. Hex color #853F7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853F7F is #7AC080. Grayscale: #5B5B5B. Windows color (decimal): -8044673 or 8339333. OLE color: 8339333.

HSL color Cylindrical-coordinate representation of color #853F7F: hue angle of 305.14º 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 #853F7F is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 63 127 -
CMYK 0 0.53 0.05 0.48
HSL 305.14º 0.36% 0.38% -
HSV(B) 305.14º 0.53% 0.52% -
XYZ 15.28 10.07 21.22 -
YUV 91.23 148.19 157.8 -
System Red Green Blue C M Y K H S L
Decimal 133 63 127 0 0.53 0.05 0.48 305.14 0.36 0.38
Hex 85 3F 7F 0 35 5 30 131 24 26
Octal 205 77 177 0 65 5 60 461 44 46
Binary 10000101 111111 1111111 0 110101 101 110000 100110001 100100 100110

Color Harmonies of #853F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853F7F

Black with #853F7F

Text Example


Text Example

White with #853F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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