Html Css Color HEX #8367A5 Deluge

📋 copy color: '#8367A5'

red 131 ◦ green 103 ◦ blue 165

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

Shades of Deluge #8367A5

Tints of Deluge #8367A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.35%

R = 32.83%
G = 25.81%
B = 41.35%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#8367A5 (or 0x8367A5) is known color: Deluge. HEX triplet: 83, 67 and A5. RGB value is (131,103,165). Sum of RGB (Red+Green+Blue) = 131+103+165=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 165 (64.84% from 255 or 41.35% from 399); Max value from RGB is 165 - color contains mainly: blue. Hex color #8367A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8367A5 is #7C985A. Grayscale: #767676. Windows color (decimal): -8165467 or 10839939. OLE color: 10839939.

HSL color Cylindrical-coordinate representation of color #8367A5: hue angle of 267.1º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8367A5 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 131 103 165 -
CMYK 0.21 0.38 0 0.35
HSL 267.1º 0.26% 0.53% -
HSV(B) 267.1º 0.38% 0.65% -
XYZ 21 17.24 37.82 -
YUV 118.44 154.28 136.96 -
System Red Green Blue C M Y K H S L
Decimal 131 103 165 0.21 0.38 0 0.35 267.1 0.26 0.53
Hex 83 67 A5 15 26 0 23 10B 1A 35
Octal 203 147 245 25 46 0 43 413 32 65
Binary 10000011 1100111 10100101 10101 100110 0 100011 100001011 11010 110101

Color Harmonies of #8367A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8367A5

Black with #8367A5

Text Example


Text Example

White with #8367A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8367A5; }

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

 H1.HeaderClassName
 {
   color: #8367A5;
 }
 .AnyTagClassName
 {
   color: #8367A5;
 }
</style>

background-color css

<style>
 a { background-color: #8367A5; }

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

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

border-color css

<style>
 span { border-color: #8367A5; }

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

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