Html Css Color HEX #9069EA Medium Purple

📋 copy color: '#9069EA'

red 144 ◦ green 105 ◦ blue 234

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

Shades of Medium Purple #9069EA

Tints of Medium Purple #9069EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.45%

R = 29.81%
G = 21.74%
B = 48.45%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9069EA (or 0x9069EA) is known color: Medium Purple. HEX triplet: 90, 69 and EA. RGB value is (144,105,234). Sum of RGB (Red+Green+Blue) = 144+105+234=483 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.81% from 483); Green value is 105 (41.41% from 255 or 21.74% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #9069EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9069EA is #6F9615. Grayscale: #828282. Windows color (decimal): -7312918 or 15362448. OLE color: 15362448.

HSL color Cylindrical-coordinate representation of color #9069EA: hue angle of 258.14º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9069EA is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 144 105 234 -
CMYK 0.38 0.55 0 0.08
HSL 258.14º 0.75% 0.66% -
HSV(B) 258.14º 0.55% 0.92% -
XYZ 31.4 21.97 80.43 -
YUV 131.37 185.92 137.01 -
System Red Green Blue C M Y K H S L
Decimal 144 105 234 0.38 0.55 0 0.08 258.14 0.75 0.66
Hex 90 69 EA 26 37 0 8 102 4B 42
Octal 220 151 352 46 67 0 10 402 113 102
Binary 10010000 1101001 11101010 100110 110111 0 1000 100000010 1001011 1000010

Color Harmonies of #9069EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9069EA

Black with #9069EA

Text Example


Text Example

White with #9069EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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