Html Css Color HEX #875097 Vivid Violet

📋 copy color: '#875097'

red 135 ◦ green 80 ◦ blue 151

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

Shades of Vivid Violet #875097

Tints of Vivid Violet #875097

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.86%

 BLUE value IS 151 (59.38% from 255) = 41.26%

R = 36.89%
G = 21.86%
B = 41.26%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#875097 (or 0x875097) is known color: Vivid Violet. HEX triplet: 87, 50 and 97. RGB value is (135,80,151). Sum of RGB (Red+Green+Blue) = 135+80+151=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 151 (59.38% from 255 or 41.26% from 366); Max value from RGB is 151 - color contains mainly: blue. Hex color #875097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875097 is #78AF68. Grayscale: #686868. Windows color (decimal): -7909225 or 9916551. OLE color: 9916551.

HSL color Cylindrical-coordinate representation of color #875097: hue angle of 286.48º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #875097 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 135 80 151 -
CMYK 0.11 0.47 0 0.41
HSL 286.48º 0.31% 0.45% -
HSV(B) 286.48º 0.47% 0.59% -
XYZ 18.45 13.12 30.84 -
YUV 104.54 154.22 149.73 -
System Red Green Blue C M Y K H S L
Decimal 135 80 151 0.11 0.47 0 0.41 286.48 0.31 0.45
Hex 87 50 97 B 2F 0 29 11E 1F 2D
Octal 207 120 227 13 57 0 51 436 37 55
Binary 10000111 1010000 10010111 1011 101111 0 101001 100011110 11111 101101

Color Harmonies of #875097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875097

Black with #875097

Text Example


Text Example

White with #875097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875097; }

 p { color: rgb(135,80,151); }

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

background-color css

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

 a { background-color: rgb(135,80,151); }

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

border-color css

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

 span { border-color: rgb(135,80,151); }

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