Html Css Color HEX #85349C Vivid Violet

📋 copy color: '#85349C'

red 133 ◦ green 52 ◦ blue 156

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

Shades of Vivid Violet #85349C

Tints of Vivid Violet #85349C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 45.75%

R = 39%
G = 15.25%
B = 45.75%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85349C (or 0x85349C) is known color: Vivid Violet. HEX triplet: 85, 34 and 9C. RGB value is (133,52,156). Sum of RGB (Red+Green+Blue) = 133+52+156=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 156 - color contains mainly: blue. Hex color #85349C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85349C is #7ACB63. Grayscale: #575757. Windows color (decimal): -8047460 or 10237061. OLE color: 10237061.

HSL color Cylindrical-coordinate representation of color #85349C: hue angle of 286.73º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85349C is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 52 156 -
CMYK 0.15 0.67 0 0.39
HSL 286.73º 0.5% 0.41% -
HSV(B) 286.73º 0.67% 0.61% -
XYZ 16.9 9.84 32.46 -
YUV 88.08 166.34 160.04 -
System Red Green Blue C M Y K H S L
Decimal 133 52 156 0.15 0.67 0 0.39 286.73 0.5 0.41
Hex 85 34 9C F 43 0 27 11F 32 29
Octal 205 64 234 17 103 0 47 437 62 51
Binary 10000101 110100 10011100 1111 1000011 0 100111 100011111 110010 101001

Color Harmonies of #85349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85349C

Black with #85349C

Text Example


Text Example

White with #85349C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85349C; }

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

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

background-color css

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

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

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

border-color css

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

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

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