Html Css Color HEX #9480DF Medium Purple

📋 copy color: '#9480DF'

red 148 ◦ green 128 ◦ blue 223

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

Shades of Medium Purple #9480DF

Tints of Medium Purple #9480DF

RGB

 RED value IS 148 (58.2% from 255) = 29.66%

 GREEN value IS 128 (50.39% from 255) = 25.65%

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

R = 29.66%
G = 25.65%
B = 44.69%

CMYK

 C value IS 0.34

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9480DF (or 0x9480DF) is known color: Medium Purple. HEX triplet: 94, 80 and DF. RGB value is (148,128,223). Sum of RGB (Red+Green+Blue) = 148+128+223=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #9480DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9480DF is #6B7F20. Grayscale: #909090. Windows color (decimal): -7044897 or 14647444. OLE color: 14647444.

HSL color Cylindrical-coordinate representation of color #9480DF: hue angle of 252.63º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9480DF is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 128 223 -
CMYK 0.34 0.43 0 0.13
HSL 252.63º 0.6% 0.69% -
HSV(B) 252.63º 0.43% 0.87% -
XYZ 33.25 27.06 73.28 -
YUV 144.81 172.13 130.28 -
System Red Green Blue C M Y K H S L
Decimal 148 128 223 0.34 0.43 0 0.13 252.63 0.6 0.69
Hex 94 80 DF 22 2B 0 D FD 3C 45
Octal 224 200 337 42 53 0 15 375 74 105
Binary 10010100 10000000 11011111 100010 101011 0 1101 11111101 111100 1000101

Color Harmonies of #9480DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9480DF

Black with #9480DF

Text Example


Text Example

White with #9480DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,128,223); }

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

background-color css

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

 a { background-color: rgb(148,128,223); }

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

border-color css

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

 span { border-color: rgb(148,128,223); }

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