Html Css Color HEX #83669E Deluge

📋 copy color: '#83669E'

red 131 ◦ green 102 ◦ blue 158

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

Shades of Deluge #83669E

Tints of Deluge #83669E

RGB

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

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

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

R = 33.5%
G = 26.09%
B = 40.41%

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

#83669E (or 0x83669E) is known color: Deluge. HEX triplet: 83, 66 and 9E. RGB value is (131,102,158). Sum of RGB (Red+Green+Blue) = 131+102+158=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 158 - color contains mainly: blue. Hex color #83669E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83669E is #7C9961. Grayscale: #747474. Windows color (decimal): -8165730 or 10380931. OLE color: 10380931.

HSL color Cylindrical-coordinate representation of color #83669E: hue angle of 271.07º 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 #83669E is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 102 158 -
CMYK 0.17 0.35 0 0.38
HSL 271.07º 0.22% 0.51% -
HSV(B) 271.07º 0.35% 0.62% -
XYZ 20.28 16.8 34.52 -
YUV 117.06 151.11 137.95 -
System Red Green Blue C M Y K H S L
Decimal 131 102 158 0.17 0.35 0 0.38 271.07 0.22 0.51
Hex 83 66 9E 11 23 0 26 10F 16 33
Octal 203 146 236 21 43 0 46 417 26 63
Binary 10000011 1100110 10011110 10001 100011 0 100110 100001111 10110 110011

Color Harmonies of #83669E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83669E

Black with #83669E

Text Example


Text Example

White with #83669E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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