Html Css Color HEX #9274DB Medium Purple

📋 copy color: '#9274DB'

red 146 ◦ green 116 ◦ blue 219

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

Shades of Medium Purple #9274DB

Tints of Medium Purple #9274DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.53%

R = 30.35%
G = 24.12%
B = 45.53%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9274DB (or 0x9274DB) is known color: Medium Purple. HEX triplet: 92, 74 and DB. RGB value is (146,116,219). Sum of RGB (Red+Green+Blue) = 146+116+219=481 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.35% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #9274DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9274DB is #6D8B24. Grayscale: #888888. Windows color (decimal): -7179045 or 14382226. OLE color: 14382226.

HSL color Cylindrical-coordinate representation of color #9274DB: hue angle of 257.48º degrees, saturation: 0.59, 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 #9274DB is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 116 219 -
CMYK 0.33 0.47 0 0.14
HSL 257.48º 0.59% 0.66% -
HSV(B) 257.48º 0.47% 0.86% -
XYZ 30.89 23.72 69.97 -
YUV 136.71 174.44 134.62 -
System Red Green Blue C M Y K H S L
Decimal 146 116 219 0.33 0.47 0 0.14 257.48 0.59 0.66
Hex 92 74 DB 21 2F 0 E 101 3B 42
Octal 222 164 333 41 57 0 16 401 73 102
Binary 10010010 1110100 11011011 100001 101111 0 1110 100000001 111011 1000010

Color Harmonies of #9274DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9274DB

Black with #9274DB

Text Example


Text Example

White with #9274DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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