Html Css Color HEX #83679F Deluge

📋 copy color: '#83679F'

red 131 ◦ green 103 ◦ blue 159

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

Shades of Deluge #83679F

Tints of Deluge #83679F

RGB

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

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

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

R = 33.33%
G = 26.21%
B = 40.46%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83679F (or 0x83679F) is known color: Deluge. HEX triplet: 83, 67 and 9F. RGB value is (131,103,159). Sum of RGB (Red+Green+Blue) = 131+103+159=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 159 - color contains mainly: blue. Hex color #83679F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83679F is #7C9860. Grayscale: #757575. Windows color (decimal): -8165473 or 10446723. OLE color: 10446723.

HSL color Cylindrical-coordinate representation of color #83679F: hue angle of 270º degrees, saturation: 0.23, 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 #83679F is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 103 159 -
CMYK 0.18 0.35 0 0.38
HSL 270º 0.23% 0.51% -
HSV(B) 270º 0.35% 0.62% -
XYZ 20.47 17.03 35.01 -
YUV 117.76 151.28 137.45 -
System Red Green Blue C M Y K H S L
Decimal 131 103 159 0.18 0.35 0 0.38 270 0.23 0.51
Hex 83 67 9F 12 23 0 26 10E 17 33
Octal 203 147 237 22 43 0 46 416 27 63
Binary 10000011 1100111 10011111 10010 100011 0 100110 100001110 10111 110011

Color Harmonies of #83679F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83679F

Black with #83679F

Text Example


Text Example

White with #83679F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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