Html Css Color HEX #805FB4 Deluge

📋 copy color: '#805FB4'

red 128 ◦ green 95 ◦ blue 180

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

Shades of Deluge #805FB4

Tints of Deluge #805FB4

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.57%

 BLUE value IS 180 (70.7% from 255) = 44.67%

R = 31.76%
G = 23.57%
B = 44.67%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#805FB4 (or 0x805FB4) is known color: Deluge. HEX triplet: 80, 5F and B4. RGB value is (128,95,180). Sum of RGB (Red+Green+Blue) = 128+95+180=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 180 - color contains mainly: blue. Hex color #805FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805FB4 is #7FA04B. Grayscale: #727272. Windows color (decimal): -8364108 or 11820928. OLE color: 11820928.

HSL color Cylindrical-coordinate representation of color #805FB4: hue angle of 263.29º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #805FB4 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 95 180 -
CMYK 0.29 0.47 0 0.29
HSL 263.29º 0.36% 0.54% -
HSV(B) 263.29º 0.47% 0.71% -
XYZ 21.23 16.07 45.16 -
YUV 114.56 164.93 137.59 -
System Red Green Blue C M Y K H S L
Decimal 128 95 180 0.29 0.47 0 0.29 263.29 0.36 0.54
Hex 80 5F B4 1D 2F 0 1D 107 24 36
Octal 200 137 264 35 57 0 35 407 44 66
Binary 10000000 1011111 10110100 11101 101111 0 11101 100000111 100100 110110

Color Harmonies of #805FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805FB4

Black with #805FB4

Text Example


Text Example

White with #805FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805FB4; }

 p { color: rgb(128,95,180); }

 H1.HeaderClassName
 {
   color: #805FB4;
 }
 .AnyTagClassName
 {
   color: #805FB4;
 }
</style>

background-color css

<style>
 a { background-color: #805FB4; }

 a { background-color: rgb(128,95,180); }

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

border-color css

<style>
 span { border-color: #805FB4; }

 span { border-color: rgb(128,95,180); }

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