Html Css Color HEX #9275DE Medium Purple

📋 copy color: '#9275DE'

red 146 ◦ green 117 ◦ blue 222

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

Shades of Medium Purple #9275DE

Tints of Medium Purple #9275DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.77%

R = 30.1%
G = 24.12%
B = 45.77%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9275DE (or 0x9275DE) is known color: Medium Purple. HEX triplet: 92, 75 and DE. RGB value is (146,117,222). Sum of RGB (Red+Green+Blue) = 146+117+222=485 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.10% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #9275DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9275DE is #6D8A21. Grayscale: #898989. Windows color (decimal): -7178786 or 14579090. OLE color: 14579090.

HSL color Cylindrical-coordinate representation of color #9275DE: hue angle of 256.57º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9275DE is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 117 222 -
CMYK 0.34 0.47 0 0.13
HSL 256.57º 0.61% 0.66% -
HSV(B) 256.57º 0.47% 0.87% -
XYZ 31.4 24.11 72.11 -
YUV 137.64 175.61 133.96 -
System Red Green Blue C M Y K H S L
Decimal 146 117 222 0.34 0.47 0 0.13 256.57 0.61 0.66
Hex 92 75 DE 22 2F 0 D 101 3D 42
Octal 222 165 336 42 57 0 15 401 75 102
Binary 10010010 1110101 11011110 100010 101111 0 1101 100000001 111101 1000010

Color Harmonies of #9275DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9275DE

Black with #9275DE

Text Example


Text Example

White with #9275DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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