Html Css Color HEX #855092 Affair

📋 copy color: '#855092'

red 133 ◦ green 80 ◦ blue 146

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

Shades of Affair #855092

Tints of Affair #855092

RGB

 RED value IS 133 (52.34% from 255) = 37.05%

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

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

R = 37.05%
G = 22.28%
B = 40.67%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#855092 (or 0x855092) is known color: Affair. HEX triplet: 85, 50 and 92. RGB value is (133,80,146). Sum of RGB (Red+Green+Blue) = 133+80+146=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 146 - color contains mainly: blue. Hex color #855092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855092 is #7AAF6D. Grayscale: #676767. Windows color (decimal): -8040302 or 9588869. OLE color: 9588869.

HSL color Cylindrical-coordinate representation of color #855092: hue angle of 288.18º 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 #855092 is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 80 146 -
CMYK 0.09 0.45 0 0.43
HSL 288.18º 0.29% 0.44% -
HSV(B) 288.18º 0.45% 0.57% -
XYZ 17.73 12.8 28.73 -
YUV 103.37 152.06 149.13 -
System Red Green Blue C M Y K H S L
Decimal 133 80 146 0.09 0.45 0 0.43 288.18 0.29 0.44
Hex 85 50 92 9 2D 0 2B 120 1D 2C
Octal 205 120 222 11 55 0 53 440 35 54
Binary 10000101 1010000 10010010 1001 101101 0 101011 100100000 11101 101100

Color Harmonies of #855092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855092

Black with #855092

Text Example


Text Example

White with #855092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855092; }

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

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

background-color css

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

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

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

border-color css

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

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

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