Html Css Color HEX #8263AB Deluge

📋 copy color: '#8263AB'

red 130 ◦ green 99 ◦ blue 171

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

Shades of Deluge #8263AB

Tints of Deluge #8263AB

RGB

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

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

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

R = 32.5%
G = 24.75%
B = 42.75%

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

#8263AB (or 0x8263AB) is known color: Deluge. HEX triplet: 82, 63 and AB. RGB value is (130,99,171). Sum of RGB (Red+Green+Blue) = 130+99+171=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #8263AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8263AB is #7D9C54. Grayscale: #747474. Windows color (decimal): -8232021 or 11232130. OLE color: 11232130.

HSL color Cylindrical-coordinate representation of color #8263AB: hue angle of 265.83º degrees, saturation: 0.3, 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 #8263AB is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 99 171 -
CMYK 0.24 0.42 0 0.33
HSL 265.83º 0.3% 0.53% -
HSV(B) 265.83º 0.42% 0.67% -
XYZ 21.02 16.61 40.63 -
YUV 116.48 158.77 137.65 -
System Red Green Blue C M Y K H S L
Decimal 130 99 171 0.24 0.42 0 0.33 265.83 0.3 0.53
Hex 82 63 AB 18 2A 0 21 10A 1E 35
Octal 202 143 253 30 52 0 41 412 36 65
Binary 10000010 1100011 10101011 11000 101010 0 100001 100001010 11110 110101

Color Harmonies of #8263AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8263AB

Black with #8263AB

Text Example


Text Example

White with #8263AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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