Html Css Color HEX #9279DD Medium Purple

📋 copy color: '#9279DD'

red 146 ◦ green 121 ◦ blue 221

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

Shades of Medium Purple #9279DD

Tints of Medium Purple #9279DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.29%

R = 29.92%
G = 24.8%
B = 45.29%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9279DD (or 0x9279DD) is known color: Medium Purple. HEX triplet: 92, 79 and DD. RGB value is (146,121,221). Sum of RGB (Red+Green+Blue) = 146+121+221=488 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.92% from 488); Green value is 121 (47.66% from 255 or 24.80% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #9279DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9279DD is #6D8622. Grayscale: #8B8B8B. Windows color (decimal): -7177763 or 14514578. OLE color: 14514578.

HSL color Cylindrical-coordinate representation of color #9279DD: hue angle of 255º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9279DD is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 121 221 -
CMYK 0.34 0.45 0 0.13
HSL 255º 0.6% 0.67% -
HSV(B) 255º 0.45% 0.87% -
XYZ 31.74 25.01 71.56 -
YUV 139.88 173.78 132.37 -
System Red Green Blue C M Y K H S L
Decimal 146 121 221 0.34 0.45 0 0.13 255 0.6 0.67
Hex 92 79 DD 22 2D 0 D FF 3C 43
Octal 222 171 335 42 55 0 15 377 74 103
Binary 10010010 1111001 11011101 100010 101101 0 1101 11111111 111100 1000011

Color Harmonies of #9279DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9279DD

Black with #9279DD

Text Example


Text Example

White with #9279DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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