Html Css Color HEX #9062DB Medium Purple

📋 copy color: '#9062DB'

red 144 ◦ green 98 ◦ blue 219

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

Shades of Medium Purple #9062DB

Tints of Medium Purple #9062DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.51%

R = 31.24%
G = 21.26%
B = 47.51%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9062DB (or 0x9062DB) is known color: Medium Purple. HEX triplet: 90, 62 and DB. RGB value is (144,98,219). Sum of RGB (Red+Green+Blue) = 144+98+219=461 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.24% from 461); Green value is 98 (38.67% from 255 or 21.26% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #9062DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9062DB is #6F9D24. Grayscale: #7D7D7D. Windows color (decimal): -7314725 or 14377616. OLE color: 14377616.

HSL color Cylindrical-coordinate representation of color #9062DB: hue angle of 262.81º degrees, saturation: 0.63, 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 #9062DB is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 144 98 219 -
CMYK 0.34 0.55 0 0.14
HSL 262.81º 0.63% 0.62% -
HSV(B) 262.81º 0.55% 0.86% -
XYZ 28.66 19.78 69.33 -
YUV 125.55 180.74 141.16 -
System Red Green Blue C M Y K H S L
Decimal 144 98 219 0.34 0.55 0 0.14 262.81 0.63 0.62
Hex 90 62 DB 22 37 0 E 107 3F 3E
Octal 220 142 333 42 67 0 16 407 77 76
Binary 10010000 1100010 11011011 100010 110111 0 1110 100000111 111111 111110

Color Harmonies of #9062DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9062DB

Black with #9062DB

Text Example


Text Example

White with #9062DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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