Html Css Color HEX #87308C Vivid Violet

📋 copy color: '#87308C'

red 135 ◦ green 48 ◦ blue 140

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

Shades of Vivid Violet #87308C

Tints of Vivid Violet #87308C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.86%

 BLUE value IS 140 (55.08% from 255) = 43.34%

R = 41.8%
G = 14.86%
B = 43.34%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#87308C (or 0x87308C) is known color: Vivid Violet. HEX triplet: 87, 30 and 8C. RGB value is (135,48,140). Sum of RGB (Red+Green+Blue) = 135+48+140=323 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.80% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 140 - color contains mainly: blue. Hex color #87308C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87308C is #78CF73. Grayscale: #545454. Windows color (decimal): -7917428 or 9187463. OLE color: 9187463.

HSL color Cylindrical-coordinate representation of color #87308C: hue angle of 296.74º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #87308C is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 135 48 140 -
CMYK 0.04 0.66 0 0.45
HSL 296.74º 0.49% 0.37% -
HSV(B) 296.74º 0.66% 0.55% -
XYZ 15.78 9.16 25.75 -
YUV 84.5 159.32 164.02 -
System Red Green Blue C M Y K H S L
Decimal 135 48 140 0.04 0.66 0 0.45 296.74 0.49 0.37
Hex 87 30 8C 4 42 0 2D 129 31 25
Octal 207 60 214 4 102 0 55 451 61 45
Binary 10000111 110000 10001100 100 1000010 0 101101 100101001 110001 100101

Color Harmonies of #87308C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87308C

Black with #87308C

Text Example


Text Example

White with #87308C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87308C; }

 p { color: rgb(135,48,140); }

 H1.HeaderClassName
 {
   color: #87308C;
 }
 .AnyTagClassName
 {
   color: #87308C;
 }
</style>

background-color css

<style>
 a { background-color: #87308C; }

 a { background-color: rgb(135,48,140); }

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

border-color css

<style>
 span { border-color: #87308C; }

 span { border-color: rgb(135,48,140); }

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