Html Css Color HEX #9482DC Medium Purple

📋 copy color: '#9482DC'

red 148 ◦ green 130 ◦ blue 220

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

Shades of Medium Purple #9482DC

Tints of Medium Purple #9482DC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.1%

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

R = 29.72%
G = 26.1%
B = 44.18%

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

#9482DC (or 0x9482DC) is known color: Medium Purple. HEX triplet: 94, 82 and DC. RGB value is (148,130,220). Sum of RGB (Red+Green+Blue) = 148+130+220=498 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.72% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #9482DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9482DC is #6B7D23. Grayscale: #919191. Windows color (decimal): -7044388 or 14451348. OLE color: 14451348.

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

Color convert

RGB 148 130 220 -
CMYK 0.33 0.41 0 0.14
HSL 252º 0.56% 0.69% -
HSV(B) 252º 0.41% 0.86% -
XYZ 33.11 27.43 71.26 -
YUV 145.64 169.96 129.68 -
System Red Green Blue C M Y K H S L
Decimal 148 130 220 0.33 0.41 0 0.14 252 0.56 0.69
Hex 94 82 DC 21 29 0 E FC 38 45
Octal 224 202 334 41 51 0 16 374 70 105
Binary 10010100 10000010 11011100 100001 101001 0 1110 11111100 111000 1000101

Color Harmonies of #9482DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9482DC

Black with #9482DC

Text Example


Text Example

White with #9482DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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