Html Css Color HEX #855A95 Affair

📋 copy color: '#855A95'

red 133 ◦ green 90 ◦ blue 149

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

Shades of Affair #855A95

Tints of Affair #855A95

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.19%

 BLUE value IS 149 (58.59% from 255) = 40.05%

R = 35.75%
G = 24.19%
B = 40.05%

CMYK

 C value IS 0.11

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#855A95 (or 0x855A95) is known color: Affair. HEX triplet: 85, 5A and 95. RGB value is (133,90,149). Sum of RGB (Red+Green+Blue) = 133+90+149=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 149 - color contains mainly: blue. Hex color #855A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855A95 is #7AA56A. Grayscale: #6D6D6D. Windows color (decimal): -8037739 or 9788037. OLE color: 9788037.

HSL color Cylindrical-coordinate representation of color #855A95: hue angle of 283.73º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #855A95 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 90 149 -
CMYK 0.11 0.40 0 0.42
HSL 283.73º 0.25% 0.47% -
HSV(B) 283.73º 0.4% 0.58% -
XYZ 18.75 14.47 30.24 -
YUV 109.58 150.25 144.7 -
System Red Green Blue C M Y K H S L
Decimal 133 90 149 0.11 0.40 0 0.42 283.73 0.25 0.47
Hex 85 5A 95 B 28 0 2A 11C 19 2F
Octal 205 132 225 13 50 0 52 434 31 57
Binary 10000101 1011010 10010101 1011 101000 0 101010 100011100 11001 101111

Color Harmonies of #855A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855A95

Black with #855A95

Text Example


Text Example

White with #855A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855A95; }

 p { color: rgb(133,90,149); }

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

background-color css

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

 a { background-color: rgb(133,90,149); }

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

border-color css

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

 span { border-color: rgb(133,90,149); }

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