Html Css Color HEX #9066EB Medium Purple

📋 copy color: '#9066EB'

red 144 ◦ green 102 ◦ blue 235

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

Shades of Medium Purple #9066EB

Tints of Medium Purple #9066EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.86%

R = 29.94%
G = 21.21%
B = 48.86%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9066EB (or 0x9066EB) is known color: Medium Purple. HEX triplet: 90, 66 and EB. RGB value is (144,102,235). Sum of RGB (Red+Green+Blue) = 144+102+235=481 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.94% from 481); Green value is 102 (40.23% from 255 or 21.21% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #9066EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9066EB is #6F9914. Grayscale: #818181. Windows color (decimal): -7313685 or 15427216. OLE color: 15427216.

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

Color convert

RGB 144 102 235 -
CMYK 0.39 0.57 0 0.08
HSL 258.95º 0.77% 0.66% -
HSV(B) 258.95º 0.57% 0.92% -
XYZ 31.25 21.43 81.09 -
YUV 129.72 187.41 138.19 -
System Red Green Blue C M Y K H S L
Decimal 144 102 235 0.39 0.57 0 0.08 258.95 0.77 0.66
Hex 90 66 EB 27 39 0 8 103 4D 42
Octal 220 146 353 47 71 0 10 403 115 102
Binary 10010000 1100110 11101011 100111 111001 0 1000 100000011 1001101 1000010

Color Harmonies of #9066EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9066EB

Black with #9066EB

Text Example


Text Example

White with #9066EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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