Html Css Color HEX #87308D Vivid Violet

📋 copy color: '#87308D'

red 135 ◦ green 48 ◦ blue 141

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

Shades of Vivid Violet #87308D

Tints of Vivid Violet #87308D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.52%

R = 41.67%
G = 14.81%
B = 43.52%

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

#87308D (or 0x87308D) is known color: Vivid Violet. HEX triplet: 87, 30 and 8D. RGB value is (135,48,141). Sum of RGB (Red+Green+Blue) = 135+48+141=324 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.67% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 141 - color contains mainly: blue. Hex color #87308D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87308D is #78CF72. Grayscale: #545454. Windows color (decimal): -7917427 or 9252999. OLE color: 9252999.

HSL color Cylindrical-coordinate representation of color #87308D: hue angle of 296.13º 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 #87308D is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 135 48 141 -
CMYK 0.04 0.66 0 0.45
HSL 296.13º 0.49% 0.37% -
HSV(B) 296.13º 0.66% 0.55% -
XYZ 15.86 9.19 26.14 -
YUV 84.62 159.82 163.94 -
System Red Green Blue C M Y K H S L
Decimal 135 48 141 0.04 0.66 0 0.45 296.13 0.49 0.37
Hex 87 30 8D 4 42 0 2D 128 31 25
Octal 207 60 215 4 102 0 55 450 61 45
Binary 10000111 110000 10001101 100 1000010 0 101101 100101000 110001 100101

Color Harmonies of #87308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87308D

Black with #87308D

Text Example


Text Example

White with #87308D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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