Html Css Color HEX #8263AC Deluge

📋 copy color: '#8263AC'

red 130 ◦ green 99 ◦ blue 172

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

Shades of Deluge #8263AC

Tints of Deluge #8263AC

RGB

 RED value IS 130 (51.17% from 255) = 32.42%

 GREEN value IS 99 (39.06% from 255) = 24.69%

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

R = 32.42%
G = 24.69%
B = 42.89%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8263AC (or 0x8263AC) is known color: Deluge. HEX triplet: 82, 63 and AC. RGB value is (130,99,172). Sum of RGB (Red+Green+Blue) = 130+99+172=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 99 (39.06% from 255 or 24.69% 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 #8263AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8263AC is #7D9C53. Grayscale: #747474. Windows color (decimal): -8232020 or 11297666. OLE color: 11297666.

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

Color convert

RGB 130 99 172 -
CMYK 0.24 0.42 0 0.33
HSL 265.48º 0.31% 0.53% -
HSV(B) 265.48º 0.42% 0.67% -
XYZ 21.11 16.65 41.13 -
YUV 116.59 159.27 137.56 -
System Red Green Blue C M Y K H S L
Decimal 130 99 172 0.24 0.42 0 0.33 265.48 0.31 0.53
Hex 82 63 AC 18 2A 0 21 109 1F 35
Octal 202 143 254 30 52 0 41 411 37 65
Binary 10000010 1100011 10101100 11000 101010 0 100001 100001001 11111 110101

Color Harmonies of #8263AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8263AC

Black with #8263AC

Text Example


Text Example

White with #8263AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,99,172); }

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

background-color css

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

 a { background-color: rgb(130,99,172); }

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

border-color css

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

 span { border-color: rgb(130,99,172); }

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