Html Css Color HEX #9486DA Medium Purple

📋 copy color: '#9486DA'

red 148 ◦ green 134 ◦ blue 218

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

Shades of Medium Purple #9486DA

Tints of Medium Purple #9486DA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.8%

 BLUE value IS 218 (85.55% from 255) = 43.6%

R = 29.6%
G = 26.8%
B = 43.6%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9486DA (or 0x9486DA) is known color: Medium Purple. HEX triplet: 94, 86 and DA. RGB value is (148,134,218). Sum of RGB (Red+Green+Blue) = 148+134+218=500 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.6% from 500); Green value is 134 (52.73% from 255 or 26.8% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #9486DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9486DA is #6B7925. Grayscale: #939393. Windows color (decimal): -7043366 or 14321300. OLE color: 14321300.

HSL color Cylindrical-coordinate representation of color #9486DA: hue angle of 250º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9486DA is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 134 218 -
CMYK 0.32 0.39 0 0.15
HSL 250º 0.53% 0.69% -
HSV(B) 250º 0.39% 0.85% -
XYZ 33.39 28.41 70.05 -
YUV 147.76 167.64 128.17 -
System Red Green Blue C M Y K H S L
Decimal 148 134 218 0.32 0.39 0 0.15 250 0.53 0.69
Hex 94 86 DA 20 27 0 F FA 35 45
Octal 224 206 332 40 47 0 17 372 65 105
Binary 10010100 10000110 11011010 100000 100111 0 1111 11111010 110101 1000101

Color Harmonies of #9486DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9486DA

Black with #9486DA

Text Example


Text Example

White with #9486DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9486DA; }

 p { color: rgb(148,134,218); }

 H1.HeaderClassName
 {
   color: #9486DA;
 }
 .AnyTagClassName
 {
   color: #9486DA;
 }
</style>

background-color css

<style>
 a { background-color: #9486DA; }

 a { background-color: rgb(148,134,218); }

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

border-color css

<style>
 span { border-color: #9486DA; }

 span { border-color: rgb(148,134,218); }

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