Html Css Color HEX #9062EE Medium Purple

📋 copy color: '#9062EE'

red 144 ◦ green 98 ◦ blue 238

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

Shades of Medium Purple #9062EE

Tints of Medium Purple #9062EE

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.42%

 BLUE value IS 238 (93.36% from 255) = 49.58%

R = 30%
G = 20.42%
B = 49.58%

CMYK

 C value IS 0.39

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9062EE (or 0x9062EE) is known color: Medium Purple. HEX triplet: 90, 62 and EE. RGB value is (144,98,238). Sum of RGB (Red+Green+Blue) = 144+98+238=480 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30% from 480); Green value is 98 (38.67% from 255 or 20.42% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #9062EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9062EE is #6F9D11. Grayscale: #7F7F7F. Windows color (decimal): -7314706 or 15622800. OLE color: 15622800.

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

Color convert

RGB 144 98 238 -
CMYK 0.39 0.59 0 0.07
HSL 259.71º 0.8% 0.66% -
HSV(B) 259.71º 0.59% 0.93% -
XYZ 31.3 20.84 83.26 -
YUV 127.71 190.24 139.62 -
System Red Green Blue C M Y K H S L
Decimal 144 98 238 0.39 0.59 0 0.07 259.71 0.8 0.66
Hex 90 62 EE 27 3B 0 7 104 50 42
Octal 220 142 356 47 73 0 7 404 120 102
Binary 10010000 1100010 11101110 100111 111011 0 111 100000100 1010000 1000010

Color Harmonies of #9062EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9062EE

Black with #9062EE

Text Example


Text Example

White with #9062EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9062EE; }

 p { color: rgb(144,98,238); }

 H1.HeaderClassName
 {
   color: #9062EE;
 }
 .AnyTagClassName
 {
   color: #9062EE;
 }
</style>

background-color css

<style>
 a { background-color: #9062EE; }

 a { background-color: rgb(144,98,238); }

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

border-color css

<style>
 span { border-color: #9062EE; }

 span { border-color: rgb(144,98,238); }

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