Html Css Color HEX #85428E Vivid Violet

📋 copy color: '#85428E'

red 133 ◦ green 66 ◦ blue 142

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

Shades of Vivid Violet #85428E

Tints of Vivid Violet #85428E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.35%

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

R = 39%
G = 19.35%
B = 41.64%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#85428E (or 0x85428E) is known color: Vivid Violet. HEX triplet: 85, 42 and 8E. RGB value is (133,66,142). Sum of RGB (Red+Green+Blue) = 133+66+142=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 142 - color contains mainly: blue. Hex color #85428E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85428E is #7ABD71. Grayscale: #5E5E5E. Windows color (decimal): -8043890 or 9323141. OLE color: 9323141.

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

Color convert

RGB 133 66 142 -
CMYK 0.06 0.54 0 0.44
HSL 292.89º 0.37% 0.41% -
HSV(B) 292.89º 0.54% 0.56% -
XYZ 16.5 10.84 26.81 -
YUV 94.7 154.7 155.32 -
System Red Green Blue C M Y K H S L
Decimal 133 66 142 0.06 0.54 0 0.44 292.89 0.37 0.41
Hex 85 42 8E 6 36 0 2C 125 25 29
Octal 205 102 216 6 66 0 54 445 45 51
Binary 10000101 1000010 10001110 110 110110 0 101100 100100101 100101 101001

Color Harmonies of #85428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85428E

Black with #85428E

Text Example


Text Example

White with #85428E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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