Html Css Color HEX #8369AE Deluge

📋 copy color: '#8369AE'

red 131 ◦ green 105 ◦ blue 174

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

Shades of Deluge #8369AE

Tints of Deluge #8369AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.44%

R = 31.95%
G = 25.61%
B = 42.44%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8369AE (or 0x8369AE) is known color: Deluge. HEX triplet: 83, 69 and AE. RGB value is (131,105,174). Sum of RGB (Red+Green+Blue) = 131+105+174=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 174 - color contains mainly: blue. Hex color #8369AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8369AE is #7C9651. Grayscale: #787878. Windows color (decimal): -8164946 or 11430275. OLE color: 11430275.

HSL color Cylindrical-coordinate representation of color #8369AE: hue angle of 262.61º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8369AE is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 105 174 -
CMYK 0.25 0.40 0 0.32
HSL 262.61º 0.3% 0.55% -
HSV(B) 262.61º 0.4% 0.68% -
XYZ 22.05 17.98 42.35 -
YUV 120.64 158.11 135.39 -
System Red Green Blue C M Y K H S L
Decimal 131 105 174 0.25 0.40 0 0.32 262.61 0.3 0.55
Hex 83 69 AE 19 28 0 20 107 1E 37
Octal 203 151 256 31 50 0 40 407 36 67
Binary 10000011 1101001 10101110 11001 101000 0 100000 100000111 11110 110111

Color Harmonies of #8369AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8369AE

Black with #8369AE

Text Example


Text Example

White with #8369AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8369AE; }

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

 H1.HeaderClassName
 {
   color: #8369AE;
 }
 .AnyTagClassName
 {
   color: #8369AE;
 }
</style>

background-color css

<style>
 a { background-color: #8369AE; }

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

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

border-color css

<style>
 span { border-color: #8369AE; }

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

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