Html Css Color HEX #9066EC Medium Purple

📋 copy color: '#9066EC'

red 144 ◦ green 102 ◦ blue 236

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

Shades of Medium Purple #9066EC

Tints of Medium Purple #9066EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.96%

R = 29.88%
G = 21.16%
B = 48.96%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9066EC (or 0x9066EC) is known color: Medium Purple. HEX triplet: 90, 66 and EC. RGB value is (144,102,236). Sum of RGB (Red+Green+Blue) = 144+102+236=482 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.88% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #9066EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9066EC is #6F9913. Grayscale: #818181. Windows color (decimal): -7313684 or 15492752. OLE color: 15492752.

HSL color Cylindrical-coordinate representation of color #9066EC: hue angle of 258.81º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9066EC is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 102 236 -
CMYK 0.39 0.57 0 0.07
HSL 258.81º 0.78% 0.66% -
HSV(B) 258.81º 0.57% 0.93% -
XYZ 31.39 21.49 81.85 -
YUV 129.83 187.91 138.1 -
System Red Green Blue C M Y K H S L
Decimal 144 102 236 0.39 0.57 0 0.07 258.81 0.78 0.66
Hex 90 66 EC 27 39 0 7 103 4E 42
Octal 220 146 354 47 71 0 7 403 116 102
Binary 10010000 1100110 11101100 100111 111001 0 111 100000011 1001110 1000010

Color Harmonies of #9066EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9066EC

Black with #9066EC

Text Example


Text Example

White with #9066EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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