Html Css Color HEX #875092 Vivid Violet

📋 copy color: '#875092'

red 135 ◦ green 80 ◦ blue 146

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

Shades of Vivid Violet #875092

Tints of Vivid Violet #875092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.44%

R = 37.4%
G = 22.16%
B = 40.44%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#875092 (or 0x875092) is known color: Vivid Violet. HEX triplet: 87, 50 and 92. RGB value is (135,80,146). Sum of RGB (Red+Green+Blue) = 135+80+146=361 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.40% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 146 - color contains mainly: blue. Hex color #875092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875092 is #78AF6D. Grayscale: #676767. Windows color (decimal): -7909230 or 9588871. OLE color: 9588871.

HSL color Cylindrical-coordinate representation of color #875092: hue angle of 290º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #875092 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 135 80 146 -
CMYK 0.08 0.45 0 0.43
HSL 290º 0.29% 0.44% -
HSV(B) 290º 0.45% 0.57% -
XYZ 18.05 12.96 28.75 -
YUV 103.97 151.72 150.13 -
System Red Green Blue C M Y K H S L
Decimal 135 80 146 0.08 0.45 0 0.43 290 0.29 0.44
Hex 87 50 92 8 2D 0 2B 122 1D 2C
Octal 207 120 222 10 55 0 53 442 35 54
Binary 10000111 1010000 10010010 1000 101101 0 101011 100100010 11101 101100

Color Harmonies of #875092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875092

Black with #875092

Text Example


Text Example

White with #875092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875092; }

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

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

background-color css

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

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

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

border-color css

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

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

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