Html Css Color HEX #9066EF Medium Purple

📋 copy color: '#9066EF'

red 144 ◦ green 102 ◦ blue 239

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

Shades of Medium Purple #9066EF

Tints of Medium Purple #9066EF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.03%

 BLUE value IS 239 (93.75% from 255) = 49.28%

R = 29.69%
G = 21.03%
B = 49.28%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9066EF (or 0x9066EF) is known color: Medium Purple. HEX triplet: 90, 66 and EF. RGB value is (144,102,239). Sum of RGB (Red+Green+Blue) = 144+102+239=485 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.69% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #9066EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9066EF is #6F9910. Grayscale: #818181. Windows color (decimal): -7313681 or 15689360. OLE color: 15689360.

HSL color Cylindrical-coordinate representation of color #9066EF: hue angle of 258.39º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9066EF is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 102 239 -
CMYK 0.40 0.57 0 0.06
HSL 258.39º 0.81% 0.67% -
HSV(B) 258.39º 0.57% 0.94% -
XYZ 31.83 21.66 84.17 -
YUV 130.18 189.41 137.86 -
System Red Green Blue C M Y K H S L
Decimal 144 102 239 0.40 0.57 0 0.06 258.39 0.81 0.67
Hex 90 66 EF 28 39 0 6 102 51 43
Octal 220 146 357 50 71 0 6 402 121 103
Binary 10010000 1100110 11101111 101000 111001 0 110 100000010 1010001 1000011

Color Harmonies of #9066EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9066EF

Black with #9066EF

Text Example


Text Example

White with #9066EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9066EF; }

 p { color: rgb(144,102,239); }

 H1.HeaderClassName
 {
   color: #9066EF;
 }
 .AnyTagClassName
 {
   color: #9066EF;
 }
</style>

background-color css

<style>
 a { background-color: #9066EF; }

 a { background-color: rgb(144,102,239); }

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

border-color css

<style>
 span { border-color: #9066EF; }

 span { border-color: rgb(144,102,239); }

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