Html Css Color HEX #87288B Vivid Violet

📋 copy color: '#87288B'

red 135 ◦ green 40 ◦ blue 139

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

Shades of Vivid Violet #87288B

Tints of Vivid Violet #87288B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.74%

 BLUE value IS 139 (54.69% from 255) = 44.27%

R = 42.99%
G = 12.74%
B = 44.27%

CMYK

 C value IS 0.03

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#87288B (or 0x87288B) is known color: Vivid Violet. HEX triplet: 87, 28 and 8B. RGB value is (135,40,139). Sum of RGB (Red+Green+Blue) = 135+40+139=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 139 - color contains mainly: blue. Hex color #87288B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87288B is #78D774. Grayscale: #4F4F4F. Windows color (decimal): -7919477 or 9119879. OLE color: 9119879.

HSL color Cylindrical-coordinate representation of color #87288B: hue angle of 297.58º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #87288B is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 135 40 139 -
CMYK 0.03 0.71 0 0.45
HSL 297.58º 0.55% 0.35% -
HSV(B) 297.58º 0.71% 0.55% -
XYZ 15.41 8.53 25.26 -
YUV 79.69 161.47 167.45 -
System Red Green Blue C M Y K H S L
Decimal 135 40 139 0.03 0.71 0 0.45 297.58 0.55 0.35
Hex 87 28 8B 3 47 0 2D 12A 37 23
Octal 207 50 213 3 107 0 55 452 67 43
Binary 10000111 101000 10001011 11 1000111 0 101101 100101010 110111 100011

Color Harmonies of #87288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87288B

Black with #87288B

Text Example


Text Example

White with #87288B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87288B; }

 p { color: rgb(135,40,139); }

 H1.HeaderClassName
 {
   color: #87288B;
 }
 .AnyTagClassName
 {
   color: #87288B;
 }
</style>

background-color css

<style>
 a { background-color: #87288B; }

 a { background-color: rgb(135,40,139); }

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

border-color css

<style>
 span { border-color: #87288B; }

 span { border-color: rgb(135,40,139); }

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