Html Css Color HEX #9062D8 Medium Purple

📋 copy color: '#9062D8'

red 144 ◦ green 98 ◦ blue 216

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

Shades of Medium Purple #9062D8

Tints of Medium Purple #9062D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 47.16%

R = 31.44%
G = 21.4%
B = 47.16%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9062D8 (or 0x9062D8) is known color: Medium Purple. HEX triplet: 90, 62 and D8. RGB value is (144,98,216). Sum of RGB (Red+Green+Blue) = 144+98+216=458 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.44% from 458); Green value is 98 (38.67% from 255 or 21.40% from 458); Blue value is 216 (84.77% from 255 or 47.16% from 458); Max value from RGB is 216 - color contains mainly: blue. Hex color #9062D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9062D8 is #6F9D27. Grayscale: #7C7C7C. Windows color (decimal): -7314728 or 14181008. OLE color: 14181008.

HSL color Cylindrical-coordinate representation of color #9062D8: hue angle of 263.39º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9062D8 is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 144 98 216 -
CMYK 0.33 0.55 0 0.15
HSL 263.39º 0.6% 0.62% -
HSV(B) 263.39º 0.55% 0.85% -
XYZ 28.26 19.62 67.26 -
YUV 125.21 179.24 141.41 -
System Red Green Blue C M Y K H S L
Decimal 144 98 216 0.33 0.55 0 0.15 263.39 0.6 0.62
Hex 90 62 D8 21 37 0 F 107 3C 3E
Octal 220 142 330 41 67 0 17 407 74 76
Binary 10010000 1100010 11011000 100001 110111 0 1111 100000111 111100 111110

Color Harmonies of #9062D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9062D8

Black with #9062D8

Text Example


Text Example

White with #9062D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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