Html Css Color HEX #8469DF Medium Purple

📋 copy color: '#8469DF'

red 132 ◦ green 105 ◦ blue 223

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

Shades of Medium Purple #8469DF

Tints of Medium Purple #8469DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.48%

R = 28.7%
G = 22.83%
B = 48.48%

CMYK

 C value IS 0.41

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8469DF (or 0x8469DF) is known color: Medium Purple. HEX triplet: 84, 69 and DF. RGB value is (132,105,223). Sum of RGB (Red+Green+Blue) = 132+105+223=460 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.70% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #8469DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8469DF is #7B9620. Grayscale: #7E7E7E. Windows color (decimal): -8099361 or 14641540. OLE color: 14641540.

HSL color Cylindrical-coordinate representation of color #8469DF: hue angle of 253.73º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8469DF is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 105 223 -
CMYK 0.41 0.53 0 0.13
HSL 253.73º 0.65% 0.64% -
HSV(B) 253.73º 0.53% 0.87% -
XYZ 27.89 20.34 72.27 -
YUV 126.53 182.45 131.91 -
System Red Green Blue C M Y K H S L
Decimal 132 105 223 0.41 0.53 0 0.13 253.73 0.65 0.64
Hex 84 69 DF 29 35 0 D FE 41 40
Octal 204 151 337 51 65 0 15 376 101 100
Binary 10000100 1101001 11011111 101001 110101 0 1101 11111110 1000001 1000000

Color Harmonies of #8469DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8469DF

Black with #8469DF

Text Example


Text Example

White with #8469DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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