Html Css Color HEX #9287DF Medium Purple

📋 copy color: '#9287DF'

red 146 ◦ green 135 ◦ blue 223

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

Shades of Medium Purple #9287DF

Tints of Medium Purple #9287DF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 26.79%

 BLUE value IS 223 (87.5% from 255) = 44.25%

R = 28.97%
G = 26.79%
B = 44.25%

CMYK

 C value IS 0.35

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9287DF (or 0x9287DF) is known color: Medium Purple. HEX triplet: 92, 87 and DF. RGB value is (146,135,223). Sum of RGB (Red+Green+Blue) = 146+135+223=504 (66% of max value = 765). Red value is 146 (57.42% from 255 or 28.97% from 504); Green value is 135 (53.12% from 255 or 26.79% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #9287DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9287DF is #6D7820. Grayscale: #939393. Windows color (decimal): -7174177 or 14649234. OLE color: 14649234.

HSL color Cylindrical-coordinate representation of color #9287DF: hue angle of 247.5º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9287DF is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 135 223 -
CMYK 0.35 0.39 0 0.13
HSL 247.5º 0.58% 0.7% -
HSV(B) 247.5º 0.39% 0.87% -
XYZ 33.84 28.77 73.58 -
YUV 148.32 170.14 126.34 -
System Red Green Blue C M Y K H S L
Decimal 146 135 223 0.35 0.39 0 0.13 247.5 0.58 0.7
Hex 92 87 DF 23 27 0 D F8 3A 46
Octal 222 207 337 43 47 0 15 370 72 106
Binary 10010010 10000111 11011111 100011 100111 0 1101 11111000 111010 1000110

Color Harmonies of #9287DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9287DF

Black with #9287DF

Text Example


Text Example

White with #9287DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9287DF; }

 p { color: rgb(146,135,223); }

 H1.HeaderClassName
 {
   color: #9287DF;
 }
 .AnyTagClassName
 {
   color: #9287DF;
 }
</style>

background-color css

<style>
 a { background-color: #9287DF; }

 a { background-color: rgb(146,135,223); }

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

border-color css

<style>
 span { border-color: #9287DF; }

 span { border-color: rgb(146,135,223); }

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