Html Css Color HEX #85468E Vivid Violet

📋 copy color: '#85468E'

red 133 ◦ green 70 ◦ blue 142

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

Shades of Vivid Violet #85468E

Tints of Vivid Violet #85468E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.29%

 BLUE value IS 142 (55.86% from 255) = 41.16%

R = 38.55%
G = 20.29%
B = 41.16%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#85468E (or 0x85468E) is known color: Vivid Violet. HEX triplet: 85, 46 and 8E. RGB value is (133,70,142). Sum of RGB (Red+Green+Blue) = 133+70+142=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 142 - color contains mainly: blue. Hex color #85468E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85468E is #7AB971. Grayscale: #606060. Windows color (decimal): -8042866 or 9324165. OLE color: 9324165.

HSL color Cylindrical-coordinate representation of color #85468E: hue angle of 292.5º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85468E is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 70 142 -
CMYK 0.06 0.51 0 0.44
HSL 292.5º 0.34% 0.42% -
HSV(B) 292.5º 0.51% 0.56% -
XYZ 16.75 11.32 26.89 -
YUV 97.05 153.37 153.65 -
System Red Green Blue C M Y K H S L
Decimal 133 70 142 0.06 0.51 0 0.44 292.5 0.34 0.42
Hex 85 46 8E 6 33 0 2C 124 22 2A
Octal 205 106 216 6 63 0 54 444 42 52
Binary 10000101 1000110 10001110 110 110011 0 101100 100100100 100010 101010

Color Harmonies of #85468E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85468E

Black with #85468E

Text Example


Text Example

White with #85468E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85468E; }

 p { color: rgb(133,70,142); }

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

background-color css

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

 a { background-color: rgb(133,70,142); }

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

border-color css

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

 span { border-color: rgb(133,70,142); }

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