Html Css Color HEX #9285DB Medium Purple

📋 copy color: '#9285DB'

red 146 ◦ green 133 ◦ blue 219

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

Shades of Medium Purple #9285DB

Tints of Medium Purple #9285DB

RGB

 RED value IS 146 (57.42% from 255) = 29.32%

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

 BLUE value IS 219 (85.94% from 255) = 43.98%

R = 29.32%
G = 26.71%
B = 43.98%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9285DB (or 0x9285DB) is known color: Medium Purple. HEX triplet: 92, 85 and DB. RGB value is (146,133,219). Sum of RGB (Red+Green+Blue) = 146+133+219=498 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.32% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #9285DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9285DB is #6D7A24. Grayscale: #929292. Windows color (decimal): -7174693 or 14386578. OLE color: 14386578.

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

Color convert

RGB 146 133 219 -
CMYK 0.33 0.39 0 0.14
HSL 249.07º 0.54% 0.69% -
HSV(B) 249.07º 0.39% 0.86% -
XYZ 33.03 28 70.68 -
YUV 146.69 168.81 127.51 -
System Red Green Blue C M Y K H S L
Decimal 146 133 219 0.33 0.39 0 0.14 249.07 0.54 0.69
Hex 92 85 DB 21 27 0 E F9 36 45
Octal 222 205 333 41 47 0 16 371 66 105
Binary 10010010 10000101 11011011 100001 100111 0 1110 11111001 110110 1000101

Color Harmonies of #9285DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9285DB

Black with #9285DB

Text Example


Text Example

White with #9285DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9285DB; }

 p { color: rgb(146,133,219); }

 H1.HeaderClassName
 {
   color: #9285DB;
 }
 .AnyTagClassName
 {
   color: #9285DB;
 }
</style>

background-color css

<style>
 a { background-color: #9285DB; }

 a { background-color: rgb(146,133,219); }

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

border-color css

<style>
 span { border-color: #9285DB; }

 span { border-color: rgb(146,133,219); }

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