Html Css Color HEX #8367AF Deluge

📋 copy color: '#8367AF'

red 131 ◦ green 103 ◦ blue 175

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

Shades of Deluge #8367AF

Tints of Deluge #8367AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.79%

R = 32.03%
G = 25.18%
B = 42.79%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8367AF (or 0x8367AF) is known color: Deluge. HEX triplet: 83, 67 and AF. RGB value is (131,103,175). Sum of RGB (Red+Green+Blue) = 131+103+175=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 175 - color contains mainly: blue. Hex color #8367AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8367AF is #7C9850. Grayscale: #777777. Windows color (decimal): -8165457 or 11495299. OLE color: 11495299.

HSL color Cylindrical-coordinate representation of color #8367AF: hue angle of 263.33º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8367AF is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 131 103 175 -
CMYK 0.25 0.41 0 0.31
HSL 263.33º 0.31% 0.55% -
HSV(B) 263.33º 0.41% 0.69% -
XYZ 21.95 17.62 42.8 -
YUV 119.58 159.28 136.15 -
System Red Green Blue C M Y K H S L
Decimal 131 103 175 0.25 0.41 0 0.31 263.33 0.31 0.55
Hex 83 67 AF 19 29 0 1F 107 1F 37
Octal 203 147 257 31 51 0 37 407 37 67
Binary 10000011 1100111 10101111 11001 101001 0 11111 100000111 11111 110111

Color Harmonies of #8367AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8367AF

Black with #8367AF

Text Example


Text Example

White with #8367AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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