Html Css Color HEX #8367AB Deluge

📋 copy color: '#8367AB'

red 131 ◦ green 103 ◦ blue 171

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

Shades of Deluge #8367AB

Tints of Deluge #8367AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.22%

R = 32.35%
G = 25.43%
B = 42.22%

CMYK

 C value IS 0.23

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8367AB (or 0x8367AB) is known color: Deluge. HEX triplet: 83, 67 and AB. RGB value is (131,103,171). Sum of RGB (Red+Green+Blue) = 131+103+171=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #8367AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8367AB is #7C9854. Grayscale: #767676. Windows color (decimal): -8165461 or 11233155. OLE color: 11233155.

HSL color Cylindrical-coordinate representation of color #8367AB: hue angle of 264.71º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8367AB is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 103 171 -
CMYK 0.23 0.40 0 0.33
HSL 264.71º 0.29% 0.54% -
HSV(B) 264.71º 0.4% 0.67% -
XYZ 21.56 17.47 40.76 -
YUV 119.12 157.28 136.47 -
System Red Green Blue C M Y K H S L
Decimal 131 103 171 0.23 0.40 0 0.33 264.71 0.29 0.54
Hex 83 67 AB 17 28 0 21 109 1D 36
Octal 203 147 253 27 50 0 41 411 35 66
Binary 10000011 1100111 10101011 10111 101000 0 100001 100001001 11101 110110

Color Harmonies of #8367AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8367AB

Black with #8367AB

Text Example


Text Example

White with #8367AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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