Html Css Color HEX #87378A Vivid Violet

📋 copy color: '#87378A'

red 135 ◦ green 55 ◦ blue 138

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

Shades of Vivid Violet #87378A

Tints of Vivid Violet #87378A

RGB

 RED value IS 135 (53.13% from 255) = 41.16%

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

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

R = 41.16%
G = 16.77%
B = 42.07%

CMYK

 C value IS 0.02

 M value IS 0.60

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#87378A (or 0x87378A) is known color: Vivid Violet. HEX triplet: 87, 37 and 8A. RGB value is (135,55,138). Sum of RGB (Red+Green+Blue) = 135+55+138=328 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.16% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 138 - color contains mainly: blue. Hex color #87378A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87378A is #78C875. Grayscale: #585858. Windows color (decimal): -7915638 or 9058183. OLE color: 9058183.

HSL color Cylindrical-coordinate representation of color #87378A: hue angle of 297.83º 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 #87378A is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 135 55 138 -
CMYK 0.02 0.60 0 0.46
HSL 297.83º 0.43% 0.38% -
HSV(B) 297.83º 0.6% 0.54% -
XYZ 15.95 9.72 25.08 -
YUV 88.38 156 161.25 -
System Red Green Blue C M Y K H S L
Decimal 135 55 138 0.02 0.60 0 0.46 297.83 0.43 0.38
Hex 87 37 8A 2 3C 0 2E 12A 2B 26
Octal 207 67 212 2 74 0 56 452 53 46
Binary 10000111 110111 10001010 10 111100 0 101110 100101010 101011 100110

Color Harmonies of #87378A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87378A

Black with #87378A

Text Example


Text Example

White with #87378A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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