Html Css Color HEX #9076DE Medium Purple

📋 copy color: '#9076DE'

red 144 ◦ green 118 ◦ blue 222

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

Shades of Medium Purple #9076DE

Tints of Medium Purple #9076DE

RGB

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

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

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

R = 29.75%
G = 24.38%
B = 45.87%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9076DE (or 0x9076DE) is known color: Medium Purple. HEX triplet: 90, 76 and DE. RGB value is (144,118,222). Sum of RGB (Red+Green+Blue) = 144+118+222=484 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.75% from 484); Green value is 118 (46.48% from 255 or 24.38% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #9076DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9076DE is #6F8921. Grayscale: #898989. Windows color (decimal): -7309602 or 14579344. OLE color: 14579344.

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

Color convert

RGB 144 118 222 -
CMYK 0.35 0.47 0 0.13
HSL 255º 0.61% 0.67% -
HSV(B) 255º 0.47% 0.87% -
XYZ 31.16 24.16 72.13 -
YUV 137.63 175.61 132.54 -
System Red Green Blue C M Y K H S L
Decimal 144 118 222 0.35 0.47 0 0.13 255 0.61 0.67
Hex 90 76 DE 23 2F 0 D FF 3D 43
Octal 220 166 336 43 57 0 15 377 75 103
Binary 10010000 1110110 11011110 100011 101111 0 1101 11111111 111101 1000011

Color Harmonies of #9076DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9076DE

Black with #9076DE

Text Example


Text Example

White with #9076DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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