Html Css Color HEX #87388A Vivid Violet

📋 copy color: '#87388A'

red 135 ◦ green 56 ◦ blue 138

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

Shades of Vivid Violet #87388A

Tints of Vivid Violet #87388A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.02%

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

R = 41.03%
G = 17.02%
B = 41.95%

CMYK

 C value IS 0.02

 M value IS 0.59

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#87388A (or 0x87388A) is known color: Vivid Violet. HEX triplet: 87, 38 and 8A. RGB value is (135,56,138). Sum of RGB (Red+Green+Blue) = 135+56+138=329 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.03% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 138 - color contains mainly: blue. Hex color #87388A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87388A is #78C775. Grayscale: #585858. Windows color (decimal): -7915382 or 9058439. OLE color: 9058439.

HSL color Cylindrical-coordinate representation of color #87388A: hue angle of 297.8º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #87388A is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 135 56 138 -
CMYK 0.02 0.59 0 0.46
HSL 297.8º 0.42% 0.38% -
HSV(B) 297.8º 0.59% 0.54% -
XYZ 15.99 9.81 25.1 -
YUV 88.97 155.67 160.83 -
System Red Green Blue C M Y K H S L
Decimal 135 56 138 0.02 0.59 0 0.46 297.8 0.42 0.38
Hex 87 38 8A 2 3B 0 2E 12A 2A 26
Octal 207 70 212 2 73 0 56 452 52 46
Binary 10000111 111000 10001010 10 111011 0 101110 100101010 101010 100110

Color Harmonies of #87388A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87388A

Black with #87388A

Text Example


Text Example

White with #87388A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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