Html Css Color HEX #9275D8 Medium Purple

📋 copy color: '#9275D8'

red 146 ◦ green 117 ◦ blue 216

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

Shades of Medium Purple #9275D8

Tints of Medium Purple #9275D8

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.43%

 BLUE value IS 216 (84.77% from 255) = 45.09%

R = 30.48%
G = 24.43%
B = 45.09%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9275D8 (or 0x9275D8) is known color: Medium Purple. HEX triplet: 92, 75 and D8. RGB value is (146,117,216). Sum of RGB (Red+Green+Blue) = 146+117+216=479 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.48% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 216 (84.77% from 255 or 45.09% from 479); Max value from RGB is 216 - color contains mainly: blue. Hex color #9275D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9275D8 is #6D8A27. Grayscale: #888888. Windows color (decimal): -7178792 or 14185874. OLE color: 14185874.

HSL color Cylindrical-coordinate representation of color #9275D8: hue angle of 257.58º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9275D8 is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 146 117 216 -
CMYK 0.32 0.46 0 0.15
HSL 257.58º 0.56% 0.65% -
HSV(B) 257.58º 0.46% 0.85% -
XYZ 30.61 23.79 67.94 -
YUV 136.96 172.61 134.45 -
System Red Green Blue C M Y K H S L
Decimal 146 117 216 0.32 0.46 0 0.15 257.58 0.56 0.65
Hex 92 75 D8 20 2E 0 F 102 38 41
Octal 222 165 330 40 56 0 17 402 70 101
Binary 10010010 1110101 11011000 100000 101110 0 1111 100000010 111000 1000001

Color Harmonies of #9275D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9275D8

Black with #9275D8

Text Example


Text Example

White with #9275D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9275D8; }

 p { color: rgb(146,117,216); }

 H1.HeaderClassName
 {
   color: #9275D8;
 }
 .AnyTagClassName
 {
   color: #9275D8;
 }
</style>

background-color css

<style>
 a { background-color: #9275D8; }

 a { background-color: rgb(146,117,216); }

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

border-color css

<style>
 span { border-color: #9275D8; }

 span { border-color: rgb(146,117,216); }

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