Html Css Color HEX #9485DA Medium Purple

📋 copy color: '#9485DA'

red 148 ◦ green 133 ◦ blue 218

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

Shades of Medium Purple #9485DA

Tints of Medium Purple #9485DA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.65%

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

R = 29.66%
G = 26.65%
B = 43.69%

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

#9485DA (or 0x9485DA) is known color: Medium Purple. HEX triplet: 94, 85 and DA. RGB value is (148,133,218). Sum of RGB (Red+Green+Blue) = 148+133+218=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #9485DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9485DA is #6B7A25. Grayscale: #929292. Windows color (decimal): -7043622 or 14321044. OLE color: 14321044.

HSL color Cylindrical-coordinate representation of color #9485DA: hue angle of 250.59º 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 #9485DA is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 133 218 -
CMYK 0.32 0.39 0 0.15
HSL 250.59º 0.53% 0.69% -
HSV(B) 250.59º 0.39% 0.85% -
XYZ 33.26 28.13 70.01 -
YUV 147.18 167.97 128.59 -
System Red Green Blue C M Y K H S L
Decimal 148 133 218 0.32 0.39 0 0.15 250.59 0.53 0.69
Hex 94 85 DA 20 27 0 F FB 35 45
Octal 224 205 332 40 47 0 17 373 65 105
Binary 10010100 10000101 11011010 100000 100111 0 1111 11111011 110101 1000101

Color Harmonies of #9485DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9485DA

Black with #9485DA

Text Example


Text Example

White with #9485DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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