Html Css Color HEX #836093 Affair

📋 copy color: '#836093'

red 131 ◦ green 96 ◦ blue 147

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

Shades of Affair #836093

Tints of Affair #836093

RGB

 RED value IS 131 (51.56% from 255) = 35.03%

 GREEN value IS 96 (37.89% from 255) = 25.67%

 BLUE value IS 147 (57.81% from 255) = 39.3%

R = 35.03%
G = 25.67%
B = 39.3%

CMYK

 C value IS 0.11

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#836093 (or 0x836093) is known color: Affair. HEX triplet: 83, 60 and 93. RGB value is (131,96,147). Sum of RGB (Red+Green+Blue) = 131+96+147=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 147 - color contains mainly: blue. Hex color #836093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836093 is #7C9F6C. Grayscale: #707070. Windows color (decimal): -8167277 or 9658499. OLE color: 9658499.

HSL color Cylindrical-coordinate representation of color #836093: hue angle of 281.18º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #836093 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 96 147 -
CMYK 0.11 0.35 0 0.42
HSL 281.18º 0.21% 0.48% -
HSV(B) 281.18º 0.35% 0.58% -
XYZ 18.81 15.3 29.57 -
YUV 112.28 147.6 141.35 -
System Red Green Blue C M Y K H S L
Decimal 131 96 147 0.11 0.35 0 0.42 281.18 0.21 0.48
Hex 83 60 93 B 23 0 2A 119 15 30
Octal 203 140 223 13 43 0 52 431 25 60
Binary 10000011 1100000 10010011 1011 100011 0 101010 100011001 10101 110000

Color Harmonies of #836093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836093

Black with #836093

Text Example


Text Example

White with #836093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836093; }

 p { color: rgb(131,96,147); }

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

background-color css

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

 a { background-color: rgb(131,96,147); }

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

border-color css

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

 span { border-color: rgb(131,96,147); }

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