Html Css Color HEX #8271B4 Deluge

📋 copy color: '#8271B4'

red 130 ◦ green 113 ◦ blue 180

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

Shades of Deluge #8271B4

Tints of Deluge #8271B4

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.71%

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

R = 30.73%
G = 26.71%
B = 42.55%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8271B4 (or 0x8271B4) is known color: Deluge. HEX triplet: 82, 71 and B4. RGB value is (130,113,180). Sum of RGB (Red+Green+Blue) = 130+113+180=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 180 (70.70% from 255 or 42.55% from 423); Max value from RGB is 180 - color contains mainly: blue. Hex color #8271B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8271B4 is #7D8E4B. Grayscale: #7D7D7D. Windows color (decimal): -8228428 or 11825538. OLE color: 11825538.

HSL color Cylindrical-coordinate representation of color #8271B4: hue angle of 255.22º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8271B4 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 130 113 180 -
CMYK 0.28 0.37 0 0.29
HSL 255.22º 0.31% 0.57% -
HSV(B) 255.22º 0.37% 0.71% -
XYZ 23.35 19.85 45.78 -
YUV 125.72 158.63 131.05 -
System Red Green Blue C M Y K H S L
Decimal 130 113 180 0.28 0.37 0 0.29 255.22 0.31 0.57
Hex 82 71 B4 1C 25 0 1D FF 1F 39
Octal 202 161 264 34 45 0 35 377 37 71
Binary 10000010 1110001 10110100 11100 100101 0 11101 11111111 11111 111001

Color Harmonies of #8271B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8271B4

Black with #8271B4

Text Example


Text Example

White with #8271B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8271B4; }

 p { color: rgb(130,113,180); }

 H1.HeaderClassName
 {
   color: #8271B4;
 }
 .AnyTagClassName
 {
   color: #8271B4;
 }
</style>

background-color css

<style>
 a { background-color: #8271B4; }

 a { background-color: rgb(130,113,180); }

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

border-color css

<style>
 span { border-color: #8271B4; }

 span { border-color: rgb(130,113,180); }

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