Html Css Color HEX #8269B4 Deluge

📋 copy color: '#8269B4'

red 130 ◦ green 105 ◦ blue 180

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

Shades of Deluge #8269B4

Tints of Deluge #8269B4

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.3%

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

R = 31.33%
G = 25.3%
B = 43.37%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8269B4 (or 0x8269B4) is known color: Deluge. HEX triplet: 82, 69 and B4. RGB value is (130,105,180). Sum of RGB (Red+Green+Blue) = 130+105+180=415 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.33% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 180 (70.70% from 255 or 43.37% from 415); Max value from RGB is 180 - color contains mainly: blue. Hex color #8269B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8269B4 is #7D964B. Grayscale: #787878. Windows color (decimal): -8230476 or 11823490. OLE color: 11823490.

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

Color convert

RGB 130 105 180 -
CMYK 0.28 0.42 0 0.29
HSL 260º 0.33% 0.56% -
HSV(B) 260º 0.42% 0.71% -
XYZ 22.5 18.14 45.5 -
YUV 121.03 161.28 134.4 -
System Red Green Blue C M Y K H S L
Decimal 130 105 180 0.28 0.42 0 0.29 260 0.33 0.56
Hex 82 69 B4 1C 2A 0 1D 104 21 38
Octal 202 151 264 34 52 0 35 404 41 70
Binary 10000010 1101001 10110100 11100 101010 0 11101 100000100 100001 111000

Color Harmonies of #8269B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8269B4

Black with #8269B4

Text Example


Text Example

White with #8269B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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