Html Css Color HEX #87258B Vivid Violet

📋 copy color: '#87258B'

red 135 ◦ green 37 ◦ blue 139

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

Shades of Vivid Violet #87258B

Tints of Vivid Violet #87258B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 44.69%

R = 43.41%
G = 11.9%
B = 44.69%

CMYK

 C value IS 0.03

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#87258B (or 0x87258B) is known color: Vivid Violet. HEX triplet: 87, 25 and 8B. RGB value is (135,37,139). Sum of RGB (Red+Green+Blue) = 135+37+139=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 139 - color contains mainly: blue. Hex color #87258B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87258B is #78DA74. Grayscale: #4D4D4D. Windows color (decimal): -7920245 or 9119111. OLE color: 9119111.

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

Color convert

RGB 135 37 139 -
CMYK 0.03 0.73 0 0.45
HSL 297.65º 0.58% 0.35% -
HSV(B) 297.65º 0.73% 0.55% -
XYZ 15.31 8.34 25.23 -
YUV 77.93 162.47 168.71 -
System Red Green Blue C M Y K H S L
Decimal 135 37 139 0.03 0.73 0 0.45 297.65 0.58 0.35
Hex 87 25 8B 3 49 0 2D 12A 3A 23
Octal 207 45 213 3 111 0 55 452 72 43
Binary 10000111 100101 10001011 11 1001001 0 101101 100101010 111010 100011

Color Harmonies of #87258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87258B

Black with #87258B

Text Example


Text Example

White with #87258B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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