Html Css Color HEX #87308E Vivid Violet

📋 copy color: '#87308E'

red 135 ◦ green 48 ◦ blue 142

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

Shades of Vivid Violet #87308E

Tints of Vivid Violet #87308E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.69%

R = 41.54%
G = 14.77%
B = 43.69%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#87308E (or 0x87308E) is known color: Vivid Violet. HEX triplet: 87, 30 and 8E. RGB value is (135,48,142). Sum of RGB (Red+Green+Blue) = 135+48+142=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 142 - color contains mainly: blue. Hex color #87308E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87308E is #78CF71. Grayscale: #545454. Windows color (decimal): -7917426 or 9318535. OLE color: 9318535.

HSL color Cylindrical-coordinate representation of color #87308E: hue angle of 295.53º degrees, saturation: 0.49, 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 #87308E is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 135 48 142 -
CMYK 0.05 0.66 0 0.44
HSL 295.53º 0.49% 0.37% -
HSV(B) 295.53º 0.66% 0.56% -
XYZ 15.93 9.22 26.53 -
YUV 84.73 160.32 163.86 -
System Red Green Blue C M Y K H S L
Decimal 135 48 142 0.05 0.66 0 0.44 295.53 0.49 0.37
Hex 87 30 8E 5 42 0 2C 128 31 25
Octal 207 60 216 5 102 0 54 450 61 45
Binary 10000111 110000 10001110 101 1000010 0 101100 100101000 110001 100101

Color Harmonies of #87308E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87308E

Black with #87308E

Text Example


Text Example

White with #87308E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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