Html Css Color HEX #9076E9 Medium Purple

📋 copy color: '#9076E9'

red 144 ◦ green 118 ◦ blue 233

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

Shades of Medium Purple #9076E9

Tints of Medium Purple #9076E9

RGB

 RED value IS 144 (56.64% from 255) = 29.09%

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

 BLUE value IS 233 (91.41% from 255) = 47.07%

R = 29.09%
G = 23.84%
B = 47.07%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9076E9 (or 0x9076E9) is known color: Medium Purple. HEX triplet: 90, 76 and E9. RGB value is (144,118,233). Sum of RGB (Red+Green+Blue) = 144+118+233=495 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.09% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 233 (91.41% from 255 or 47.07% from 495); Max value from RGB is 233 - color contains mainly: blue. Hex color #9076E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9076E9 is #6F8916. Grayscale: #8A8A8A. Windows color (decimal): -7309591 or 15300240. OLE color: 15300240.

HSL color Cylindrical-coordinate representation of color #9076E9: hue angle of 253.57º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9076E9 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 144 118 233 -
CMYK 0.38 0.49 0 0.09
HSL 253.57º 0.72% 0.69% -
HSV(B) 253.57º 0.49% 0.91% -
XYZ 32.69 24.77 80.15 -
YUV 138.88 181.11 131.65 -
System Red Green Blue C M Y K H S L
Decimal 144 118 233 0.38 0.49 0 0.09 253.57 0.72 0.69
Hex 90 76 E9 26 31 0 9 FE 48 45
Octal 220 166 351 46 61 0 11 376 110 105
Binary 10010000 1110110 11101001 100110 110001 0 1001 11111110 1001000 1000101

Color Harmonies of #9076E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9076E9

Black with #9076E9

Text Example


Text Example

White with #9076E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9076E9; }

 p { color: rgb(144,118,233); }

 H1.HeaderClassName
 {
   color: #9076E9;
 }
 .AnyTagClassName
 {
   color: #9076E9;
 }
</style>

background-color css

<style>
 a { background-color: #9076E9; }

 a { background-color: rgb(144,118,233); }

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

border-color css

<style>
 span { border-color: #9076E9; }

 span { border-color: rgb(144,118,233); }

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