Html Css Color HEX #8065AF Deluge

📋 copy color: '#8065AF'

red 128 ◦ green 101 ◦ blue 175

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

Shades of Deluge #8065AF

Tints of Deluge #8065AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.32%

R = 31.68%
G = 25%
B = 43.32%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8065AF (or 0x8065AF) is known color: Deluge. HEX triplet: 80, 65 and AF. RGB value is (128,101,175). Sum of RGB (Red+Green+Blue) = 128+101+175=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #8065AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8065AF is #7F9A50. Grayscale: #757575. Windows color (decimal): -8362577 or 11494784. OLE color: 11494784.

HSL color Cylindrical-coordinate representation of color #8065AF: hue angle of 261.89º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8065AF is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 101 175 -
CMYK 0.27 0.42 0 0.31
HSL 261.89º 0.32% 0.54% -
HSV(B) 261.89º 0.42% 0.69% -
XYZ 21.29 16.99 42.71 -
YUV 117.51 160.45 135.48 -
System Red Green Blue C M Y K H S L
Decimal 128 101 175 0.27 0.42 0 0.31 261.89 0.32 0.54
Hex 80 65 AF 1B 2A 0 1F 106 20 36
Octal 200 145 257 33 52 0 37 406 40 66
Binary 10000000 1100101 10101111 11011 101010 0 11111 100000110 100000 110110

Color Harmonies of #8065AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8065AF

Black with #8065AF

Text Example


Text Example

White with #8065AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8065AF; }

 p { color: rgb(128,101,175); }

 H1.HeaderClassName
 {
   color: #8065AF;
 }
 .AnyTagClassName
 {
   color: #8065AF;
 }
</style>

background-color css

<style>
 a { background-color: #8065AF; }

 a { background-color: rgb(128,101,175); }

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

border-color css

<style>
 span { border-color: #8065AF; }

 span { border-color: rgb(128,101,175); }

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