Html Css Color HEX #8269B7 Deluge

📋 copy color: '#8269B7'

red 130 ◦ green 105 ◦ blue 183

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

Shades of Deluge #8269B7

Tints of Deluge #8269B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 43.78%

R = 31.1%
G = 25.12%
B = 43.78%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8269B7 (or 0x8269B7) is known color: Deluge. HEX triplet: 82, 69 and B7. RGB value is (130,105,183). Sum of RGB (Red+Green+Blue) = 130+105+183=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 183 (71.88% from 255 or 43.78% from 418); Max value from RGB is 183 - color contains mainly: blue. Hex color #8269B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8269B7 is #7D9648. Grayscale: #797979. Windows color (decimal): -8230473 or 12020098. OLE color: 12020098.

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

Color convert

RGB 130 105 183 -
CMYK 0.29 0.43 0 0.28
HSL 259.23º 0.35% 0.56% -
HSV(B) 259.23º 0.43% 0.72% -
XYZ 22.8 18.27 47.12 -
YUV 121.37 162.78 134.16 -
System Red Green Blue C M Y K H S L
Decimal 130 105 183 0.29 0.43 0 0.28 259.23 0.35 0.56
Hex 82 69 B7 1D 2B 0 1C 103 23 38
Octal 202 151 267 35 53 0 34 403 43 70
Binary 10000010 1101001 10110111 11101 101011 0 11100 100000011 100011 111000

Color Harmonies of #8269B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8269B7

Black with #8269B7

Text Example


Text Example

White with #8269B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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