Html Css Color HEX #87308F Vivid Violet

📋 copy color: '#87308F'

red 135 ◦ green 48 ◦ blue 143

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

Shades of Vivid Violet #87308F

Tints of Vivid Violet #87308F

RGB

 RED value IS 135 (53.13% 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 value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#87308F (or 0x87308F) is known color: 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

RGB 135 48 143 -
CMYK 0.06 0.66 0 0.44
HSL 294.95º 0.5% 0.37% -
HSV(B) 294.95º 0.66% 0.56% -
XYZ 16.01 9.25 26.93 -
YUV 84.84 160.82 163.78 -
System Red Green Blue C M Y K H S L
Decimal 135 48 143 0.06 0.66 0 0.44 294.95 0.5 0.37
Hex 87 30 8F 6 42 0 2C 127 32 25
Octal 207 60 217 6 102 0 54 447 62 45
Binary 10000111 110000 10001111 110 1000010 0 101100 100100111 110010 100101

Color Harmonies of #87308F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87308F

Black with #87308F

Text Example


Text Example

White with #87308F

Text Example


Text Example

HTML Codes & Css Web 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>