Html Css Color HEX #8063A5 Deluge

📋 copy color: '#8063A5'

red 128 ◦ green 99 ◦ blue 165

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

Shades of Deluge #8063A5

Tints of Deluge #8063A5

RGB

 RED value IS 128 (50.39% from 255) = 32.65%

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

 BLUE value IS 165 (64.84% from 255) = 42.09%

R = 32.65%
G = 25.26%
B = 42.09%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#8063A5 (or 0x8063A5) is known color: Deluge. HEX triplet: 80, 63 and A5. RGB value is (128,99,165). Sum of RGB (Red+Green+Blue) = 128+99+165=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 165 (64.84% from 255 or 42.09% from 392); Max value from RGB is 165 - color contains mainly: blue. Hex color #8063A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8063A5 is #7F9C5A. Grayscale: #727272. Windows color (decimal): -8363099 or 10838912. OLE color: 10838912.

HSL color Cylindrical-coordinate representation of color #8063A5: hue angle of 266.36º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8063A5 is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 128 99 165 -
CMYK 0.22 0.40 0 0.35
HSL 266.36º 0.27% 0.52% -
HSV(B) 266.36º 0.4% 0.65% -
XYZ 20.16 16.23 37.67 -
YUV 115.2 156.11 137.13 -
System Red Green Blue C M Y K H S L
Decimal 128 99 165 0.22 0.40 0 0.35 266.36 0.27 0.52
Hex 80 63 A5 16 28 0 23 10A 1B 34
Octal 200 143 245 26 50 0 43 412 33 64
Binary 10000000 1100011 10100101 10110 101000 0 100011 100001010 11011 110100

Color Harmonies of #8063A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8063A5

Black with #8063A5

Text Example


Text Example

White with #8063A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8063A5; }

 p { color: rgb(128,99,165); }

 H1.HeaderClassName
 {
   color: #8063A5;
 }
 .AnyTagClassName
 {
   color: #8063A5;
 }
</style>

background-color css

<style>
 a { background-color: #8063A5; }

 a { background-color: rgb(128,99,165); }

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

border-color css

<style>
 span { border-color: #8063A5; }

 span { border-color: rgb(128,99,165); }

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