Html Css Color HEX #9075EB Medium Purple

📋 copy color: '#9075EB'

red 144 ◦ green 117 ◦ blue 235

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

Shades of Medium Purple #9075EB

Tints of Medium Purple #9075EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.38%

R = 29.03%
G = 23.59%
B = 47.38%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9075EB (or 0x9075EB) is known color: Medium Purple. HEX triplet: 90, 75 and EB. RGB value is (144,117,235). Sum of RGB (Red+Green+Blue) = 144+117+235=496 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.03% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 235 - color contains mainly: blue. Hex color #9075EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9075EB is #6F8A14. Grayscale: #8A8A8A. Windows color (decimal): -7309845 or 15431056. OLE color: 15431056.

HSL color Cylindrical-coordinate representation of color #9075EB: hue angle of 253.73º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9075EB is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 144 117 235 -
CMYK 0.39 0.50 0 0.08
HSL 253.73º 0.75% 0.69% -
HSV(B) 253.73º 0.5% 0.92% -
XYZ 32.86 24.65 81.62 -
YUV 138.53 182.45 131.91 -
System Red Green Blue C M Y K H S L
Decimal 144 117 235 0.39 0.50 0 0.08 253.73 0.75 0.69
Hex 90 75 EB 27 32 0 8 FE 4B 45
Octal 220 165 353 47 62 0 10 376 113 105
Binary 10010000 1110101 11101011 100111 110010 0 1000 11111110 1001011 1000101

Color Harmonies of #9075EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9075EB

Black with #9075EB

Text Example


Text Example

White with #9075EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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