Html Css Color HEX #9278DF Medium Purple

📋 copy color: '#9278DF'

red 146 ◦ green 120 ◦ blue 223

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

Shades of Medium Purple #9278DF

Tints of Medium Purple #9278DF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.54%

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

R = 29.86%
G = 24.54%
B = 45.6%

CMYK

 C value IS 0.35

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9278DF (or 0x9278DF) is known color: Medium Purple. HEX triplet: 92, 78 and DF. RGB value is (146,120,223). Sum of RGB (Red+Green+Blue) = 146+120+223=489 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.86% from 489); Green value is 120 (47.27% from 255 or 24.54% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #9278DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9278DF is #6D8720. Grayscale: #8B8B8B. Windows color (decimal): -7178017 or 14645394. OLE color: 14645394.

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

Color convert

RGB 146 120 223 -
CMYK 0.35 0.46 0 0.13
HSL 255.15º 0.62% 0.67% -
HSV(B) 255.15º 0.46% 0.87% -
XYZ 31.89 24.87 72.93 -
YUV 139.52 175.11 132.62 -
System Red Green Blue C M Y K H S L
Decimal 146 120 223 0.35 0.46 0 0.13 255.15 0.62 0.67
Hex 92 78 DF 23 2E 0 D FF 3E 43
Octal 222 170 337 43 56 0 15 377 76 103
Binary 10010010 1111000 11011111 100011 101110 0 1101 11111111 111110 1000011

Color Harmonies of #9278DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9278DF

Black with #9278DF

Text Example


Text Example

White with #9278DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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