Html Css Color HEX #9276DB Medium Purple

📋 copy color: '#9276DB'

red 146 ◦ green 118 ◦ blue 219

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

Shades of Medium Purple #9276DB

Tints of Medium Purple #9276DB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.43%

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

R = 30.23%
G = 24.43%
B = 45.34%

CMYK

 C value IS 0.33

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9276DB (or 0x9276DB) is known color: Medium Purple. HEX triplet: 92, 76 and DB. RGB value is (146,118,219). Sum of RGB (Red+Green+Blue) = 146+118+219=483 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.23% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #9276DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9276DB is #6D8924. Grayscale: #898989. Windows color (decimal): -7178533 or 14382738. OLE color: 14382738.

HSL color Cylindrical-coordinate representation of color #9276DB: hue angle of 256.63º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9276DB is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 118 219 -
CMYK 0.33 0.46 0 0.14
HSL 256.63º 0.58% 0.66% -
HSV(B) 256.63º 0.46% 0.86% -
XYZ 31.12 24.18 70.05 -
YUV 137.89 173.78 133.79 -
System Red Green Blue C M Y K H S L
Decimal 146 118 219 0.33 0.46 0 0.14 256.63 0.58 0.66
Hex 92 76 DB 21 2E 0 E 101 3A 42
Octal 222 166 333 41 56 0 16 401 72 102
Binary 10010010 1110110 11011011 100001 101110 0 1110 100000001 111010 1000010

Color Harmonies of #9276DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9276DB

Black with #9276DB

Text Example


Text Example

White with #9276DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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