Html Css Color HEX #87309B Vivid Violet

📋 copy color: '#87309B'

red 135 ◦ green 48 ◦ blue 155

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

Shades of Vivid Violet #87309B

Tints of Vivid Violet #87309B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.86%

R = 39.94%
G = 14.2%
B = 45.86%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#87309B (or 0x87309B) is known color: Vivid Violet. HEX triplet: 87, 30 and 9B. RGB value is (135,48,155). Sum of RGB (Red+Green+Blue) = 135+48+155=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #87309B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87309B is #78CF64. Grayscale: #555555. Windows color (decimal): -7917413 or 10170503. OLE color: 10170503.

HSL color Cylindrical-coordinate representation of color #87309B: hue angle of 288.79º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #87309B is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 135 48 155 -
CMYK 0.13 0.69 0 0.39
HSL 288.79º 0.53% 0.4% -
HSV(B) 288.79º 0.69% 0.61% -
XYZ 16.97 9.63 31.98 -
YUV 86.21 166.82 162.8 -
System Red Green Blue C M Y K H S L
Decimal 135 48 155 0.13 0.69 0 0.39 288.79 0.53 0.4
Hex 87 30 9B D 45 0 27 121 35 28
Octal 207 60 233 15 105 0 47 441 65 50
Binary 10000111 110000 10011011 1101 1000101 0 100111 100100001 110101 101000

Color Harmonies of #87309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87309B

Black with #87309B

Text Example


Text Example

White with #87309B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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