Html Css Color HEX #9274DC Medium Purple

📋 copy color: '#9274DC'

red 146 ◦ green 116 ◦ blue 220

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

Shades of Medium Purple #9274DC

Tints of Medium Purple #9274DC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.07%

 BLUE value IS 220 (86.33% from 255) = 45.64%

R = 30.29%
G = 24.07%
B = 45.64%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9274DC (or 0x9274DC) is known color: Medium Purple. HEX triplet: 92, 74 and DC. RGB value is (146,116,220). Sum of RGB (Red+Green+Blue) = 146+116+220=482 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.29% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #9274DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9274DC is #6D8B23. Grayscale: #888888. Windows color (decimal): -7179044 or 14447762. OLE color: 14447762.

HSL color Cylindrical-coordinate representation of color #9274DC: hue angle of 257.31º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9274DC is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 116 220 -
CMYK 0.34 0.47 0 0.14
HSL 257.31º 0.6% 0.66% -
HSV(B) 257.31º 0.47% 0.86% -
XYZ 31.02 23.77 70.66 -
YUV 136.83 174.94 134.54 -
System Red Green Blue C M Y K H S L
Decimal 146 116 220 0.34 0.47 0 0.14 257.31 0.6 0.66
Hex 92 74 DC 22 2F 0 E 101 3C 42
Octal 222 164 334 42 57 0 16 401 74 102
Binary 10010010 1110100 11011100 100010 101111 0 1110 100000001 111100 1000010

Color Harmonies of #9274DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9274DC

Black with #9274DC

Text Example


Text Example

White with #9274DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9274DC; }

 p { color: rgb(146,116,220); }

 H1.HeaderClassName
 {
   color: #9274DC;
 }
 .AnyTagClassName
 {
   color: #9274DC;
 }
</style>

background-color css

<style>
 a { background-color: #9274DC; }

 a { background-color: rgb(146,116,220); }

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

border-color css

<style>
 span { border-color: #9274DC; }

 span { border-color: rgb(146,116,220); }

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