Html Css Color HEX #85428D Vivid Violet

📋 copy color: '#85428D'

red 133 ◦ green 66 ◦ blue 141

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

Shades of Vivid Violet #85428D

Tints of Vivid Violet #85428D

RGB

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

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

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

R = 39.12%
G = 19.41%
B = 41.47%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85428D (or 0x85428D) is known color: Vivid Violet. HEX triplet: 85, 42 and 8D. RGB value is (133,66,141). Sum of RGB (Red+Green+Blue) = 133+66+141=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 141 - color contains mainly: blue. Hex color #85428D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85428D is #7ABD72. Grayscale: #5E5E5E. Windows color (decimal): -8043891 or 9257605. OLE color: 9257605.

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

Color convert

RGB 133 66 141 -
CMYK 0.06 0.53 0 0.45
HSL 293.6º 0.36% 0.41% -
HSV(B) 293.6º 0.53% 0.55% -
XYZ 16.43 10.81 26.42 -
YUV 94.58 154.2 155.4 -
System Red Green Blue C M Y K H S L
Decimal 133 66 141 0.06 0.53 0 0.45 293.6 0.36 0.41
Hex 85 42 8D 6 35 0 2D 126 24 29
Octal 205 102 215 6 65 0 55 446 44 51
Binary 10000101 1000010 10001101 110 110101 0 101101 100100110 100100 101001

Color Harmonies of #85428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85428D

Black with #85428D

Text Example


Text Example

White with #85428D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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