Html Css Color HEX #9062DC Medium Purple

📋 copy color: '#9062DC'

red 144 ◦ green 98 ◦ blue 220

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

Shades of Medium Purple #9062DC

Tints of Medium Purple #9062DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.62%

R = 31.17%
G = 21.21%
B = 47.62%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9062DC (or 0x9062DC) is known color: Medium Purple. HEX triplet: 90, 62 and DC. RGB value is (144,98,220). Sum of RGB (Red+Green+Blue) = 144+98+220=462 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.17% from 462); Green value is 98 (38.67% from 255 or 21.21% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #9062DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9062DC is #6F9D23. Grayscale: #7D7D7D. Windows color (decimal): -7314724 or 14443152. OLE color: 14443152.

HSL color Cylindrical-coordinate representation of color #9062DC: hue angle of 262.62º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9062DC is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 144 98 220 -
CMYK 0.35 0.55 0 0.14
HSL 262.62º 0.64% 0.62% -
HSV(B) 262.62º 0.55% 0.86% -
XYZ 28.79 19.83 70.02 -
YUV 125.66 181.24 141.08 -
System Red Green Blue C M Y K H S L
Decimal 144 98 220 0.35 0.55 0 0.14 262.62 0.64 0.62
Hex 90 62 DC 23 37 0 E 107 40 3E
Octal 220 142 334 43 67 0 16 407 100 76
Binary 10010000 1100010 11011100 100011 110111 0 1110 100000111 1000000 111110

Color Harmonies of #9062DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9062DC

Black with #9062DC

Text Example


Text Example

White with #9062DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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