Html Css Color HEX #83679E Deluge

📋 copy color: '#83679E'

red 131 ◦ green 103 ◦ blue 158

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

Shades of Deluge #83679E

Tints of Deluge #83679E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.28%

 BLUE value IS 158 (62.11% from 255) = 40.31%

R = 33.42%
G = 26.28%
B = 40.31%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83679E (or 0x83679E) is known color: Deluge. HEX triplet: 83, 67 and 9E. RGB value is (131,103,158). Sum of RGB (Red+Green+Blue) = 131+103+158=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 158 (62.11% from 255 or 40.31% from 392); Max value from RGB is 158 - color contains mainly: blue. Hex color #83679E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83679E is #7C9861. Grayscale: #757575. Windows color (decimal): -8165474 or 10381187. OLE color: 10381187.

HSL color Cylindrical-coordinate representation of color #83679E: hue angle of 270.55º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83679E is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 103 158 -
CMYK 0.17 0.35 0 0.38
HSL 270.55º 0.22% 0.51% -
HSV(B) 270.55º 0.35% 0.62% -
XYZ 20.38 16.99 34.55 -
YUV 117.64 150.78 137.53 -
System Red Green Blue C M Y K H S L
Decimal 131 103 158 0.17 0.35 0 0.38 270.55 0.22 0.51
Hex 83 67 9E 11 23 0 26 10F 16 33
Octal 203 147 236 21 43 0 46 417 26 63
Binary 10000011 1100111 10011110 10001 100011 0 100110 100001111 10110 110011

Color Harmonies of #83679E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83679E

Black with #83679E

Text Example


Text Example

White with #83679E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83679E; }

 p { color: rgb(131,103,158); }

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

background-color css

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

 a { background-color: rgb(131,103,158); }

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

border-color css

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

 span { border-color: rgb(131,103,158); }

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