Html Css Color HEX #9067E4 Medium Purple

📋 copy color: '#9067E4'

red 144 ◦ green 103 ◦ blue 228

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

Shades of Medium Purple #9067E4

Tints of Medium Purple #9067E4

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.68%

 BLUE value IS 228 (89.45% from 255) = 48%

R = 30.32%
G = 21.68%
B = 48%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#9067E4 (or 0x9067E4) is known color: Medium Purple. HEX triplet: 90, 67 and E4. RGB value is (144,103,228). Sum of RGB (Red+Green+Blue) = 144+103+228=475 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.32% from 475); Green value is 103 (40.62% from 255 or 21.68% from 475); Blue value is 228 (89.45% from 255 or 48% from 475); Max value from RGB is 228 - color contains mainly: blue. Hex color #9067E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9067E4 is #6F981B. Grayscale: #818181. Windows color (decimal): -7313436 or 14968720. OLE color: 14968720.

HSL color Cylindrical-coordinate representation of color #9067E4: hue angle of 259.68º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9067E4 is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 144 103 228 -
CMYK 0.37 0.55 0 0.11
HSL 259.68º 0.7% 0.65% -
HSV(B) 259.68º 0.55% 0.89% -
XYZ 30.36 21.23 75.9 -
YUV 129.51 183.58 138.34 -
System Red Green Blue C M Y K H S L
Decimal 144 103 228 0.37 0.55 0 0.11 259.68 0.7 0.65
Hex 90 67 E4 25 37 0 B 104 46 41
Octal 220 147 344 45 67 0 13 404 106 101
Binary 10010000 1100111 11100100 100101 110111 0 1011 100000100 1000110 1000001

Color Harmonies of #9067E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9067E4

Black with #9067E4

Text Example


Text Example

White with #9067E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9067E4; }

 p { color: rgb(144,103,228); }

 H1.HeaderClassName
 {
   color: #9067E4;
 }
 .AnyTagClassName
 {
   color: #9067E4;
 }
</style>

background-color css

<style>
 a { background-color: #9067E4; }

 a { background-color: rgb(144,103,228); }

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

border-color css

<style>
 span { border-color: #9067E4; }

 span { border-color: rgb(144,103,228); }

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