Html Css Color HEX #9069E4 Medium Purple

📋 copy color: '#9069E4'

red 144 ◦ green 105 ◦ blue 228

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

Shades of Medium Purple #9069E4

Tints of Medium Purple #9069E4

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.01%

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

R = 30.19%
G = 22.01%
B = 47.8%

CMYK

 C value IS 0.37

 M value IS 0.54

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#9069E4 (or 0x9069E4) is known color: Medium Purple. HEX triplet: 90, 69 and E4. RGB value is (144,105,228). Sum of RGB (Red+Green+Blue) = 144+105+228=477 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.19% from 477); Green value is 105 (41.41% from 255 or 22.01% from 477); Blue value is 228 (89.45% from 255 or 47.80% from 477); Max value from RGB is 228 - color contains mainly: blue. Hex color #9069E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9069E4 is #6F961B. Grayscale: #828282. Windows color (decimal): -7312924 or 14969232. OLE color: 14969232.

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

Color convert

RGB 144 105 228 -
CMYK 0.37 0.54 0 0.11
HSL 259.02º 0.69% 0.65% -
HSV(B) 259.02º 0.54% 0.89% -
XYZ 30.56 21.63 75.96 -
YUV 130.68 182.92 137.5 -
System Red Green Blue C M Y K H S L
Decimal 144 105 228 0.37 0.54 0 0.11 259.02 0.69 0.65
Hex 90 69 E4 25 36 0 B 103 45 41
Octal 220 151 344 45 66 0 13 403 105 101
Binary 10010000 1101001 11100100 100101 110110 0 1011 100000011 1000101 1000001

Color Harmonies of #9069E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9069E4

Black with #9069E4

Text Example


Text Example

White with #9069E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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