Html Css Color HEX #9279DF Medium Purple

📋 copy color: '#9279DF'

red 146 ◦ green 121 ◦ blue 223

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

Shades of Medium Purple #9279DF

Tints of Medium Purple #9279DF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.69%

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

R = 29.8%
G = 24.69%
B = 45.51%

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

#9279DF (or 0x9279DF) is known color: Medium Purple. HEX triplet: 92, 79 and DF. RGB value is (146,121,223). Sum of RGB (Red+Green+Blue) = 146+121+223=490 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.80% from 490); Green value is 121 (47.66% from 255 or 24.69% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #9279DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9279DF is #6D8620. Grayscale: #8B8B8B. Windows color (decimal): -7177761 or 14645650. OLE color: 14645650.

HSL color Cylindrical-coordinate representation of color #9279DF: hue angle of 254.71º degrees, saturation: 0.61, 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 #9279DF is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 121 223 -
CMYK 0.35 0.46 0 0.13
HSL 254.71º 0.61% 0.67% -
HSV(B) 254.71º 0.46% 0.87% -
XYZ 32.01 25.11 72.97 -
YUV 140.1 174.78 132.21 -
System Red Green Blue C M Y K H S L
Decimal 146 121 223 0.35 0.46 0 0.13 254.71 0.61 0.67
Hex 92 79 DF 23 2E 0 D FF 3D 43
Octal 222 171 337 43 56 0 15 377 75 103
Binary 10010010 1111001 11011111 100011 101110 0 1101 11111111 111101 1000011

Color Harmonies of #9279DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9279DF

Black with #9279DF

Text Example


Text Example

White with #9279DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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