Html Css Color HEX #87258C Vivid Violet

📋 copy color: '#87258C'

red 135 ◦ green 37 ◦ blue 140

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

Shades of Vivid Violet #87258C

Tints of Vivid Violet #87258C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.86%

 BLUE value IS 140 (55.08% from 255) = 44.87%

R = 43.27%
G = 11.86%
B = 44.87%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#87258C (or 0x87258C) is known color: Vivid Violet. HEX triplet: 87, 25 and 8C. RGB value is (135,37,140). Sum of RGB (Red+Green+Blue) = 135+37+140=312 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.27% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 140 - color contains mainly: blue. Hex color #87258C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87258C is #78DA73. Grayscale: #4D4D4D. Windows color (decimal): -7920244 or 9184647. OLE color: 9184647.

HSL color Cylindrical-coordinate representation of color #87258C: hue angle of 297.09º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #87258C is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 135 37 140 -
CMYK 0.04 0.74 0 0.45
HSL 297.09º 0.58% 0.35% -
HSV(B) 297.09º 0.74% 0.55% -
XYZ 15.39 8.37 25.62 -
YUV 78.04 162.97 168.62 -
System Red Green Blue C M Y K H S L
Decimal 135 37 140 0.04 0.74 0 0.45 297.09 0.58 0.35
Hex 87 25 8C 4 4A 0 2D 129 3A 23
Octal 207 45 214 4 112 0 55 451 72 43
Binary 10000111 100101 10001100 100 1001010 0 101101 100101001 111010 100011

Color Harmonies of #87258C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87258C

Black with #87258C

Text Example


Text Example

White with #87258C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87258C; }

 p { color: rgb(135,37,140); }

 H1.HeaderClassName
 {
   color: #87258C;
 }
 .AnyTagClassName
 {
   color: #87258C;
 }
</style>

background-color css

<style>
 a { background-color: #87258C; }

 a { background-color: rgb(135,37,140); }

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

border-color css

<style>
 span { border-color: #87258C; }

 span { border-color: rgb(135,37,140); }

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