Html Css Color HEX #8365AC Deluge

📋 copy color: '#8365AC'

red 131 ◦ green 101 ◦ blue 172

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

Shades of Deluge #8365AC

Tints of Deluge #8365AC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25%

 BLUE value IS 172 (67.58% from 255) = 42.57%

R = 32.43%
G = 25%
B = 42.57%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8365AC (or 0x8365AC) is known color: Deluge. HEX triplet: 83, 65 and AC. RGB value is (131,101,172). Sum of RGB (Red+Green+Blue) = 131+101+172=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #8365AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8365AC is #7C9A53. Grayscale: #757575. Windows color (decimal): -8165972 or 11298179. OLE color: 11298179.

HSL color Cylindrical-coordinate representation of color #8365AC: hue angle of 265.35º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8365AC is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 101 172 -
CMYK 0.24 0.41 0 0.33
HSL 265.35º 0.3% 0.54% -
HSV(B) 265.35º 0.41% 0.67% -
XYZ 21.46 17.11 41.2 -
YUV 118.06 158.44 137.23 -
System Red Green Blue C M Y K H S L
Decimal 131 101 172 0.24 0.41 0 0.33 265.35 0.3 0.54
Hex 83 65 AC 18 29 0 21 109 1E 36
Octal 203 145 254 30 51 0 41 411 36 66
Binary 10000011 1100101 10101100 11000 101001 0 100001 100001001 11110 110110

Color Harmonies of #8365AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8365AC

Black with #8365AC

Text Example


Text Example

White with #8365AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8365AC; }

 p { color: rgb(131,101,172); }

 H1.HeaderClassName
 {
   color: #8365AC;
 }
 .AnyTagClassName
 {
   color: #8365AC;
 }
</style>

background-color css

<style>
 a { background-color: #8365AC; }

 a { background-color: rgb(131,101,172); }

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

border-color css

<style>
 span { border-color: #8365AC; }

 span { border-color: rgb(131,101,172); }

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