Html Css Color HEX #83699F Deluge

📋 copy color: '#83699F'

red 131 ◦ green 105 ◦ blue 159

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

Shades of Deluge #83699F

Tints of Deluge #83699F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.58%

 BLUE value IS 159 (62.5% from 255) = 40.25%

R = 33.16%
G = 26.58%
B = 40.25%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83699F (or 0x83699F) is known color: Deluge. HEX triplet: 83, 69 and 9F. RGB value is (131,105,159). Sum of RGB (Red+Green+Blue) = 131+105+159=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 159 - color contains mainly: blue. Hex color #83699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83699F is #7C9660. Grayscale: #767676. Windows color (decimal): -8164961 or 10447235. OLE color: 10447235.

HSL color Cylindrical-coordinate representation of color #83699F: hue angle of 268.89º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #83699F is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 105 159 -
CMYK 0.18 0.34 0 0.38
HSL 268.89º 0.22% 0.52% -
HSV(B) 268.89º 0.34% 0.62% -
XYZ 20.67 17.43 35.08 -
YUV 118.93 150.61 136.61 -
System Red Green Blue C M Y K H S L
Decimal 131 105 159 0.18 0.34 0 0.38 268.89 0.22 0.52
Hex 83 69 9F 12 22 0 26 10D 16 34
Octal 203 151 237 22 42 0 46 415 26 64
Binary 10000011 1101001 10011111 10010 100010 0 100110 100001101 10110 110100

Color Harmonies of #83699F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83699F

Black with #83699F

Text Example


Text Example

White with #83699F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83699F; }

 p { color: rgb(131,105,159); }

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

background-color css

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

 a { background-color: rgb(131,105,159); }

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

border-color css

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

 span { border-color: rgb(131,105,159); }

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