Html Css Color HEX #8064B0 Deluge

📋 copy color: '#8064B0'

red 128 ◦ green 100 ◦ blue 176

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

Shades of Deluge #8064B0

Tints of Deluge #8064B0

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.75%

 BLUE value IS 176 (69.14% from 255) = 43.56%

R = 31.68%
G = 24.75%
B = 43.56%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8064B0 (or 0x8064B0) is known color: Deluge. HEX triplet: 80, 64 and B0. RGB value is (128,100,176). Sum of RGB (Red+Green+Blue) = 128+100+176=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 176 (69.14% from 255 or 43.56% from 404); Max value from RGB is 176 - color contains mainly: blue. Hex color #8064B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8064B0 is #7F9B4F. Grayscale: #747474. Windows color (decimal): -8362832 or 11560064. OLE color: 11560064.

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

Color convert

RGB 128 100 176 -
CMYK 0.27 0.43 0 0.31
HSL 262.11º 0.32% 0.54% -
HSV(B) 262.11º 0.43% 0.69% -
XYZ 21.3 16.84 43.2 -
YUV 117.04 161.28 135.82 -
System Red Green Blue C M Y K H S L
Decimal 128 100 176 0.27 0.43 0 0.31 262.11 0.32 0.54
Hex 80 64 B0 1B 2B 0 1F 106 20 36
Octal 200 144 260 33 53 0 37 406 40 66
Binary 10000000 1100100 10110000 11011 101011 0 11111 100000110 100000 110110

Color Harmonies of #8064B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8064B0

Black with #8064B0

Text Example


Text Example

White with #8064B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8064B0; }

 p { color: rgb(128,100,176); }

 H1.HeaderClassName
 {
   color: #8064B0;
 }
 .AnyTagClassName
 {
   color: #8064B0;
 }
</style>

background-color css

<style>
 a { background-color: #8064B0; }

 a { background-color: rgb(128,100,176); }

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

border-color css

<style>
 span { border-color: #8064B0; }

 span { border-color: rgb(128,100,176); }

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