Html Css Color HEX #875094 Vivid Violet

📋 copy color: '#875094'

red 135 ◦ green 80 ◦ blue 148

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

Shades of Vivid Violet #875094

Tints of Vivid Violet #875094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40.77%

R = 37.19%
G = 22.04%
B = 40.77%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#875094 (or 0x875094) is known color: Vivid Violet. HEX triplet: 87, 50 and 94. RGB value is (135,80,148). Sum of RGB (Red+Green+Blue) = 135+80+148=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 148 - color contains mainly: blue. Hex color #875094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875094 is #78AF6B. Grayscale: #676767. Windows color (decimal): -7909228 or 9719943. OLE color: 9719943.

HSL color Cylindrical-coordinate representation of color #875094: hue angle of 288.53º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #875094 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 80 148 -
CMYK 0.09 0.46 0 0.42
HSL 288.53º 0.3% 0.45% -
HSV(B) 288.53º 0.46% 0.58% -
XYZ 18.21 13.03 29.57 -
YUV 104.2 152.72 149.97 -
System Red Green Blue C M Y K H S L
Decimal 135 80 148 0.09 0.46 0 0.42 288.53 0.3 0.45
Hex 87 50 94 9 2E 0 2A 121 1E 2D
Octal 207 120 224 11 56 0 52 441 36 55
Binary 10000111 1010000 10010100 1001 101110 0 101010 100100001 11110 101101

Color Harmonies of #875094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875094

Black with #875094

Text Example


Text Example

White with #875094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875094; }

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

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

background-color css

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

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

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

border-color css

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

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

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