Html Css Color HEX #9276DC Medium Purple

📋 copy color: '#9276DC'

red 146 ◦ green 118 ◦ blue 220

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

Shades of Medium Purple #9276DC

Tints of Medium Purple #9276DC

RGB

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

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

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

R = 30.17%
G = 24.38%
B = 45.45%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9276DC (or 0x9276DC) is known color: Medium Purple. HEX triplet: 92, 76 and DC. RGB value is (146,118,220). Sum of RGB (Red+Green+Blue) = 146+118+220=484 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.17% from 484); Green value is 118 (46.48% from 255 or 24.38% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #9276DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9276DC is #6D8923. Grayscale: #898989. Windows color (decimal): -7178532 or 14448274. OLE color: 14448274.

HSL color Cylindrical-coordinate representation of color #9276DC: hue angle of 256.47º degrees, saturation: 0.59, 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 #9276DC is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 118 220 -
CMYK 0.34 0.46 0 0.14
HSL 256.47º 0.59% 0.66% -
HSV(B) 256.47º 0.46% 0.86% -
XYZ 31.25 24.24 70.74 -
YUV 138 174.28 133.71 -
System Red Green Blue C M Y K H S L
Decimal 146 118 220 0.34 0.46 0 0.14 256.47 0.59 0.66
Hex 92 76 DC 22 2E 0 E 100 3B 42
Octal 222 166 334 42 56 0 16 400 73 102
Binary 10010010 1110110 11011100 100010 101110 0 1110 100000000 111011 1000010

Color Harmonies of #9276DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9276DC

Black with #9276DC

Text Example


Text Example

White with #9276DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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