Html Css Color HEX #9066DE Medium Purple

📋 copy color: '#9066DE'

red 144 ◦ green 102 ◦ blue 222

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

Shades of Medium Purple #9066DE

Tints of Medium Purple #9066DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.44%

R = 30.77%
G = 21.79%
B = 47.44%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9066DE (or 0x9066DE) is known color: Medium Purple. HEX triplet: 90, 66 and DE. RGB value is (144,102,222). Sum of RGB (Red+Green+Blue) = 144+102+222=468 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.77% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #9066DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9066DE is #6F9921. Grayscale: #7F7F7F. Windows color (decimal): -7313698 or 14575248. OLE color: 14575248.

HSL color Cylindrical-coordinate representation of color #9066DE: hue angle of 261º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9066DE is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 102 222 -
CMYK 0.35 0.54 0 0.13
HSL 261º 0.65% 0.64% -
HSV(B) 261º 0.54% 0.87% -
XYZ 29.44 20.71 71.55 -
YUV 128.24 180.91 139.24 -
System Red Green Blue C M Y K H S L
Decimal 144 102 222 0.35 0.54 0 0.13 261 0.65 0.64
Hex 90 66 DE 23 36 0 D 105 41 40
Octal 220 146 336 43 66 0 15 405 101 100
Binary 10010000 1100110 11011110 100011 110110 0 1101 100000101 1000001 1000000

Color Harmonies of #9066DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9066DE

Black with #9066DE

Text Example


Text Example

White with #9066DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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