Html Css Color HEX #9481DC Medium Purple

📋 copy color: '#9481DC'

red 148 ◦ green 129 ◦ blue 220

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

Shades of Medium Purple #9481DC

Tints of Medium Purple #9481DC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.96%

 BLUE value IS 220 (86.33% from 255) = 44.27%

R = 29.78%
G = 25.96%
B = 44.27%

CMYK

 C value IS 0.33

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9481DC (or 0x9481DC) is known color: Medium Purple. HEX triplet: 94, 81 and DC. RGB value is (148,129,220). Sum of RGB (Red+Green+Blue) = 148+129+220=497 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.78% from 497); Green value is 129 (50.78% from 255 or 25.96% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #9481DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9481DC is #6B7E23. Grayscale: #909090. Windows color (decimal): -7044644 or 14451092. OLE color: 14451092.

HSL color Cylindrical-coordinate representation of color #9481DC: hue angle of 252.53º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9481DC is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 129 220 -
CMYK 0.33 0.41 0 0.14
HSL 252.53º 0.57% 0.68% -
HSV(B) 252.53º 0.41% 0.86% -
XYZ 32.98 27.16 71.21 -
YUV 145.06 170.29 130.1 -
System Red Green Blue C M Y K H S L
Decimal 148 129 220 0.33 0.41 0 0.14 252.53 0.57 0.68
Hex 94 81 DC 21 29 0 E FD 39 44
Octal 224 201 334 41 51 0 16 375 71 104
Binary 10010100 10000001 11011100 100001 101001 0 1110 11111101 111001 1000100

Color Harmonies of #9481DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9481DC

Black with #9481DC

Text Example


Text Example

White with #9481DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9481DC; }

 p { color: rgb(148,129,220); }

 H1.HeaderClassName
 {
   color: #9481DC;
 }
 .AnyTagClassName
 {
   color: #9481DC;
 }
</style>

background-color css

<style>
 a { background-color: #9481DC; }

 a { background-color: rgb(148,129,220); }

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

border-color css

<style>
 span { border-color: #9481DC; }

 span { border-color: rgb(148,129,220); }

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