Html Css Color HEX #85448E Vivid Violet

📋 copy color: '#85448E'

red 133 ◦ green 68 ◦ blue 142

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

Shades of Vivid Violet #85448E

Tints of Vivid Violet #85448E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.83%

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

R = 38.78%
G = 19.83%
B = 41.4%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#85448E (or 0x85448E) is known color: Vivid Violet. HEX triplet: 85, 44 and 8E. RGB value is (133,68,142). Sum of RGB (Red+Green+Blue) = 133+68+142=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 142 (55.86% from 255 or 41.40% from 343); Max value from RGB is 142 - color contains mainly: blue. Hex color #85448E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85448E is #7ABB71. Grayscale: #5F5F5F. Windows color (decimal): -8043378 or 9323653. OLE color: 9323653.

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

Color convert

RGB 133 68 142 -
CMYK 0.06 0.52 0 0.44
HSL 292.7º 0.35% 0.41% -
HSV(B) 292.7º 0.52% 0.56% -
XYZ 16.62 11.07 26.85 -
YUV 95.87 154.03 154.48 -
System Red Green Blue C M Y K H S L
Decimal 133 68 142 0.06 0.52 0 0.44 292.7 0.35 0.41
Hex 85 44 8E 6 34 0 2C 125 23 29
Octal 205 104 216 6 64 0 54 445 43 51
Binary 10000101 1000100 10001110 110 110100 0 101100 100100101 100011 101001

Color Harmonies of #85448E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85448E

Black with #85448E

Text Example


Text Example

White with #85448E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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