Html Css Color HEX #85348D Vivid Violet

📋 copy color: '#85348D'

red 133 ◦ green 52 ◦ blue 141

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

Shades of Vivid Violet #85348D

Tints of Vivid Violet #85348D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.95%

 BLUE value IS 141 (55.47% from 255) = 43.25%

R = 40.8%
G = 15.95%
B = 43.25%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85348D (or 0x85348D) is known color: Vivid Violet. HEX triplet: 85, 34 and 8D. RGB value is (133,52,141). Sum of RGB (Red+Green+Blue) = 133+52+141=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 141 - color contains mainly: blue. Hex color #85348D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85348D is #7ACB72. Grayscale: #565656. Windows color (decimal): -8047475 or 9254021. OLE color: 9254021.

HSL color Cylindrical-coordinate representation of color #85348D: hue angle of 294.61º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #85348D is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 52 141 -
CMYK 0.06 0.63 0 0.45
HSL 294.61º 0.46% 0.38% -
HSV(B) 294.61º 0.63% 0.55% -
XYZ 15.71 9.37 26.18 -
YUV 86.37 158.84 161.26 -
System Red Green Blue C M Y K H S L
Decimal 133 52 141 0.06 0.63 0 0.45 294.61 0.46 0.38
Hex 85 34 8D 6 3F 0 2D 127 2E 26
Octal 205 64 215 6 77 0 55 447 56 46
Binary 10000101 110100 10001101 110 111111 0 101101 100100111 101110 100110

Color Harmonies of #85348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85348D

Black with #85348D

Text Example


Text Example

White with #85348D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85348D; }

 p { color: rgb(133,52,141); }

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

background-color css

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

 a { background-color: rgb(133,52,141); }

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

border-color css

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

 span { border-color: rgb(133,52,141); }

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