Html Css Color HEX #9A85ED Medium Purple

📋 copy color: '#9A85ED'

red 154 ◦ green 133 ◦ blue 237

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

Shades of Medium Purple #9A85ED

Tints of Medium Purple #9A85ED

RGB

 RED value IS 154 (60.55% from 255) = 29.39%

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

 BLUE value IS 237 (92.97% from 255) = 45.23%

R = 29.39%
G = 25.38%
B = 45.23%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9A85ED (or 0x9A85ED) is known color: Medium Purple. HEX triplet: 9A, 85 and ED. RGB value is (154,133,237). Sum of RGB (Red+Green+Blue) = 154+133+237=524 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.39% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #9A85ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A85ED is #657A12. Grayscale: #969696. Windows color (decimal): -6650387 or 15566234. OLE color: 15566234.

HSL color Cylindrical-coordinate representation of color #9A85ED: hue angle of 252.12º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A85ED is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 154 133 237 -
CMYK 0.35 0.44 0 0.07
HSL 252.12º 0.74% 0.73% -
HSV(B) 252.12º 0.44% 0.93% -
XYZ 37 29.76 83.91 -
YUV 151.14 176.46 130.04 -
System Red Green Blue C M Y K H S L
Decimal 154 133 237 0.35 0.44 0 0.07 252.12 0.74 0.73
Hex 9A 85 ED 23 2C 0 7 FC 4A 49
Octal 232 205 355 43 54 0 7 374 112 111
Binary 10011010 10000101 11101101 100011 101100 0 111 11111100 1001010 1001001

Color Harmonies of #9A85ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A85ED

Black with #9A85ED

Text Example


Text Example

White with #9A85ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A85ED; }

 p { color: rgb(154,133,237); }

 H1.HeaderClassName
 {
   color: #9A85ED;
 }
 .AnyTagClassName
 {
   color: #9A85ED;
 }
</style>

background-color css

<style>
 a { background-color: #9A85ED; }

 a { background-color: rgb(154,133,237); }

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

border-color css

<style>
 span { border-color: #9A85ED; }

 span { border-color: rgb(154,133,237); }

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