Html Css Color HEX #9074EB Medium Purple

📋 copy color: '#9074EB'

red 144 ◦ green 116 ◦ blue 235

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

Shades of Medium Purple #9074EB

Tints of Medium Purple #9074EB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.43%

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

R = 29.09%
G = 23.43%
B = 47.47%

CMYK

 C value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9074EB (or 0x9074EB) is known color: Medium Purple. HEX triplet: 90, 74 and EB. RGB value is (144,116,235). Sum of RGB (Red+Green+Blue) = 144+116+235=495 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.09% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #9074EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9074EB is #6F8B14. Grayscale: #898989. Windows color (decimal): -7310101 or 15430800. OLE color: 15430800.

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

Color convert

RGB 144 116 235 -
CMYK 0.39 0.51 0 0.08
HSL 254.12º 0.75% 0.69% -
HSV(B) 254.12º 0.51% 0.92% -
XYZ 32.74 24.42 81.58 -
YUV 137.94 182.78 132.32 -
System Red Green Blue C M Y K H S L
Decimal 144 116 235 0.39 0.51 0 0.08 254.12 0.75 0.69
Hex 90 74 EB 27 33 0 8 FE 4B 45
Octal 220 164 353 47 63 0 10 376 113 105
Binary 10010000 1110100 11101011 100111 110011 0 1000 11111110 1001011 1000101

Color Harmonies of #9074EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9074EB

Black with #9074EB

Text Example


Text Example

White with #9074EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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