Html Css Color HEX #9075DA Medium Purple

📋 copy color: '#9075DA'

red 144 ◦ green 117 ◦ blue 218

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

Shades of Medium Purple #9075DA

Tints of Medium Purple #9075DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.51%

R = 30.06%
G = 24.43%
B = 45.51%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9075DA (or 0x9075DA) is known color: Medium Purple. HEX triplet: 90, 75 and DA. RGB value is (144,117,218). Sum of RGB (Red+Green+Blue) = 144+117+218=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #9075DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9075DA is #6F8A25. Grayscale: #888888. Windows color (decimal): -7309862 or 14316944. OLE color: 14316944.

HSL color Cylindrical-coordinate representation of color #9075DA: hue angle of 256.04º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9075DA is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 144 117 218 -
CMYK 0.34 0.46 0 0.15
HSL 256.04º 0.58% 0.66% -
HSV(B) 256.04º 0.46% 0.85% -
XYZ 30.52 23.71 69.3 -
YUV 136.59 173.95 133.29 -
System Red Green Blue C M Y K H S L
Decimal 144 117 218 0.34 0.46 0 0.15 256.04 0.58 0.66
Hex 90 75 DA 22 2E 0 F 100 3A 42
Octal 220 165 332 42 56 0 17 400 72 102
Binary 10010000 1110101 11011010 100010 101110 0 1111 100000000 111010 1000010

Color Harmonies of #9075DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9075DA

Black with #9075DA

Text Example


Text Example

White with #9075DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9075DA; }

 p { color: rgb(144,117,218); }

 H1.HeaderClassName
 {
   color: #9075DA;
 }
 .AnyTagClassName
 {
   color: #9075DA;
 }
</style>

background-color css

<style>
 a { background-color: #9075DA; }

 a { background-color: rgb(144,117,218); }

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

border-color css

<style>
 span { border-color: #9075DA; }

 span { border-color: rgb(144,117,218); }

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