Html Css Color HEX #8362AC Deluge

📋 copy color: '#8362AC'

red 131 ◦ green 98 ◦ blue 172

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

Shades of Deluge #8362AC

Tints of Deluge #8362AC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.44%

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

R = 32.67%
G = 24.44%
B = 42.89%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8362AC (or 0x8362AC) is known color: Deluge. HEX triplet: 83, 62 and AC. RGB value is (131,98,172). Sum of RGB (Red+Green+Blue) = 131+98+172=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #8362AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8362AC is #7C9D53. Grayscale: #747474. Windows color (decimal): -8166740 or 11297411. OLE color: 11297411.

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

Color convert

RGB 131 98 172 -
CMYK 0.24 0.43 0 0.33
HSL 266.76º 0.31% 0.53% -
HSV(B) 266.76º 0.43% 0.67% -
XYZ 21.17 16.54 41.11 -
YUV 116.3 159.43 138.48 -
System Red Green Blue C M Y K H S L
Decimal 131 98 172 0.24 0.43 0 0.33 266.76 0.31 0.53
Hex 83 62 AC 18 2B 0 21 10B 1F 35
Octal 203 142 254 30 53 0 41 413 37 65
Binary 10000011 1100010 10101100 11000 101011 0 100001 100001011 11111 110101

Color Harmonies of #8362AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8362AC

Black with #8362AC

Text Example


Text Example

White with #8362AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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