Html Css Color HEX #9075DE Medium Purple

📋 copy color: '#9075DE'

red 144 ◦ green 117 ◦ blue 222

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

Shades of Medium Purple #9075DE

Tints of Medium Purple #9075DE

RGB

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

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

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

R = 29.81%
G = 24.22%
B = 45.96%

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

#9075DE (or 0x9075DE) is known color: Medium Purple. HEX triplet: 90, 75 and DE. RGB value is (144,117,222). Sum of RGB (Red+Green+Blue) = 144+117+222=483 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.81% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #9075DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9075DE is #6F8A21. Grayscale: #888888. Windows color (decimal): -7309858 or 14579088. OLE color: 14579088.

HSL color Cylindrical-coordinate representation of color #9075DE: hue angle of 255.43º 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 #9075DE is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 117 222 -
CMYK 0.35 0.47 0 0.13
HSL 255.43º 0.61% 0.66% -
HSV(B) 255.43º 0.47% 0.87% -
XYZ 31.05 23.93 72.09 -
YUV 137.04 175.95 132.96 -
System Red Green Blue C M Y K H S L
Decimal 144 117 222 0.35 0.47 0 0.13 255.43 0.61 0.66
Hex 90 75 DE 23 2F 0 D FF 3D 42
Octal 220 165 336 43 57 0 15 377 75 102
Binary 10010000 1110101 11011110 100011 101111 0 1101 11111111 111101 1000010

Color Harmonies of #9075DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9075DE

Black with #9075DE

Text Example


Text Example

White with #9075DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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