Html Css Color HEX #8469A3 Deluge

📋 copy color: '#8469A3'

red 132 ◦ green 105 ◦ blue 163

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

Shades of Deluge #8469A3

Tints of Deluge #8469A3

RGB

 RED value IS 132 (51.95% from 255) = 33%

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

 BLUE value IS 163 (64.06% from 255) = 40.75%

R = 33%
G = 26.25%
B = 40.75%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8469A3 (or 0x8469A3) is known color: Deluge. HEX triplet: 84, 69 and A3. RGB value is (132,105,163). Sum of RGB (Red+Green+Blue) = 132+105+163=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 163 (64.06% from 255 or 40.75% from 400); Max value from RGB is 163 - color contains mainly: blue. Hex color #8469A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8469A3 is #7B965C. Grayscale: #777777. Windows color (decimal): -8099421 or 10709380. OLE color: 10709380.

HSL color Cylindrical-coordinate representation of color #8469A3: hue angle of 267.93º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8469A3 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 132 105 163 -
CMYK 0.19 0.36 0 0.36
HSL 267.93º 0.24% 0.53% -
HSV(B) 267.93º 0.36% 0.64% -
XYZ 21.18 17.65 36.94 -
YUV 119.69 152.45 136.78 -
System Red Green Blue C M Y K H S L
Decimal 132 105 163 0.19 0.36 0 0.36 267.93 0.24 0.53
Hex 84 69 A3 13 24 0 24 10C 18 35
Octal 204 151 243 23 44 0 44 414 30 65
Binary 10000100 1101001 10100011 10011 100100 0 100100 100001100 11000 110101

Color Harmonies of #8469A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8469A3

Black with #8469A3

Text Example


Text Example

White with #8469A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8469A3; }

 p { color: rgb(132,105,163); }

 H1.HeaderClassName
 {
   color: #8469A3;
 }
 .AnyTagClassName
 {
   color: #8469A3;
 }
</style>

background-color css

<style>
 a { background-color: #8469A3; }

 a { background-color: rgb(132,105,163); }

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

border-color css

<style>
 span { border-color: #8469A3; }

 span { border-color: rgb(132,105,163); }

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