Html Css Color HEX #83669F Deluge

📋 copy color: '#83669F'

red 131 ◦ green 102 ◦ blue 159

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

Shades of Deluge #83669F

Tints of Deluge #83669F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.02%

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

R = 33.42%
G = 26.02%
B = 40.56%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83669F (or 0x83669F) is known color: Deluge. HEX triplet: 83, 66 and 9F. RGB value is (131,102,159). Sum of RGB (Red+Green+Blue) = 131+102+159=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 159 - color contains mainly: blue. Hex color #83669F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83669F is #7C9960. Grayscale: #747474. Windows color (decimal): -8165729 or 10446467. OLE color: 10446467.

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

Color convert

RGB 131 102 159 -
CMYK 0.18 0.36 0 0.38
HSL 270.53º 0.23% 0.51% -
HSV(B) 270.53º 0.36% 0.62% -
XYZ 20.37 16.83 34.98 -
YUV 117.17 151.61 137.87 -
System Red Green Blue C M Y K H S L
Decimal 131 102 159 0.18 0.36 0 0.38 270.53 0.23 0.51
Hex 83 66 9F 12 24 0 26 10F 17 33
Octal 203 146 237 22 44 0 46 417 27 63
Binary 10000011 1100110 10011111 10010 100100 0 100110 100001111 10111 110011

Color Harmonies of #83669F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83669F

Black with #83669F

Text Example


Text Example

White with #83669F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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