Html Css Color HEX #85378A Vivid Violet

📋 copy color: '#85378A'

red 133 ◦ green 55 ◦ blue 138

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

Shades of Vivid Violet #85378A

Tints of Vivid Violet #85378A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.87%

 BLUE value IS 138 (54.3% from 255) = 42.33%

R = 40.8%
G = 16.87%
B = 42.33%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#85378A (or 0x85378A) is known color: Vivid Violet. HEX triplet: 85, 37 and 8A. RGB value is (133,55,138). Sum of RGB (Red+Green+Blue) = 133+55+138=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 138 - color contains mainly: blue. Hex color #85378A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85378A is #7AC875. Grayscale: #575757. Windows color (decimal): -8046710 or 9058181. OLE color: 9058181.

HSL color Cylindrical-coordinate representation of color #85378A: hue angle of 296.39º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85378A is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 55 138 -
CMYK 0.04 0.60 0 0.46
HSL 296.39º 0.43% 0.38% -
HSV(B) 296.39º 0.6% 0.54% -
XYZ 15.63 9.55 25.07 -
YUV 87.78 156.34 160.25 -
System Red Green Blue C M Y K H S L
Decimal 133 55 138 0.04 0.60 0 0.46 296.39 0.43 0.38
Hex 85 37 8A 4 3C 0 2E 128 2B 26
Octal 205 67 212 4 74 0 56 450 53 46
Binary 10000101 110111 10001010 100 111100 0 101110 100101000 101011 100110

Color Harmonies of #85378A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85378A

Black with #85378A

Text Example


Text Example

White with #85378A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85378A; }

 p { color: rgb(133,55,138); }

 H1.HeaderClassName
 {
   color: #85378A;
 }
 .AnyTagClassName
 {
   color: #85378A;
 }
</style>

background-color css

<style>
 a { background-color: #85378A; }

 a { background-color: rgb(133,55,138); }

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

border-color css

<style>
 span { border-color: #85378A; }

 span { border-color: rgb(133,55,138); }

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