Html Css Color HEX #855392 Affair

📋 copy color: '#855392'

red 133 ◦ green 83 ◦ blue 146

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

Shades of Affair #855392

Tints of Affair #855392

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.93%

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

R = 36.74%
G = 22.93%
B = 40.33%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#855392 (or 0x855392) is known color: Affair. HEX triplet: 85, 53 and 92. RGB value is (133,83,146). Sum of RGB (Red+Green+Blue) = 133+83+146=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 146 - color contains mainly: blue. Hex color #855392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855392 is #7AAC6D. Grayscale: #686868. Windows color (decimal): -8039534 or 9589637. OLE color: 9589637.

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

Color convert

RGB 133 83 146 -
CMYK 0.09 0.43 0 0.43
HSL 287.62º 0.28% 0.45% -
HSV(B) 287.62º 0.43% 0.57% -
XYZ 17.95 13.25 28.81 -
YUV 105.13 151.07 147.88 -
System Red Green Blue C M Y K H S L
Decimal 133 83 146 0.09 0.43 0 0.43 287.62 0.28 0.45
Hex 85 53 92 9 2B 0 2B 120 1C 2D
Octal 205 123 222 11 53 0 53 440 34 55
Binary 10000101 1010011 10010010 1001 101011 0 101011 100100000 11100 101101

Color Harmonies of #855392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855392

Black with #855392

Text Example


Text Example

White with #855392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855392; }

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

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

background-color css

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

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

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

border-color css

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

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

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