#87308F

Color #87308F Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #87308F

Tints of Vivid Violet #87308F

Color information

#87308F (or 0x87308F) is unknown color: approx Vivid Violet. HEX triplet: 87, 30 and 8F. RGB value is (135,48,143). Sum of RGB (Red+Green+Blue) = 135+48+143=326 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.41% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 143 (56.25% from 255 or 43.87% from 326); Max value from RGB is 143 - color contains mainly: blue. Hex color #87308F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87308F is #78CF70. Grayscale: #545454. Windows color (decimal): -7917425 or 9384071. OLE color: 9384071.

HSL color Cylindrical-coordinate representation of color #87308F: hue angle of 294.95º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #87308F is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13548143-
CMYK0.060.6600.44
HSL294.95º49.74%37.45%-
HSV(B)294.95º66.43%56.08%-
XYZ16.019.2526.93-
YUV84.84160.82163.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.41%
GREEN value IS 48 (19.14% from 255) = 14.72%
BLUE value IS 143 (56.25% from 255) = 43.87%
R=41.41%
G=14.72%
B=43.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal135481430.060.6600.44294.9549.7437.45
Hex87308F64202C1273225
Octal2076021761020544476245
Binary100001111100001000111111010000100101100100100111110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87308F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #87308F;
 }
 .AnyTagClassName
 {
   color: #87308F;
 }
</style>
background-color css

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

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

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

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

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

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