Html Css Color HEX #9062D6 Medium Purple

📋 copy color: '#9062D6'

red 144 ◦ green 98 ◦ blue 214

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

Shades of Medium Purple #9062D6

Tints of Medium Purple #9062D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 46.93%

R = 31.58%
G = 21.49%
B = 46.93%

CMYK

 C value IS 0.33

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9062D6 (or 0x9062D6) is known color: Medium Purple. HEX triplet: 90, 62 and D6. RGB value is (144,98,214). Sum of RGB (Red+Green+Blue) = 144+98+214=456 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.58% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 214 (83.98% from 255 or 46.93% from 456); Max value from RGB is 214 - color contains mainly: blue. Hex color #9062D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9062D6 is #6F9D29. Grayscale: #7C7C7C. Windows color (decimal): -7314730 or 14049936. OLE color: 14049936.

HSL color Cylindrical-coordinate representation of color #9062D6: hue angle of 263.79º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9062D6 is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 144 98 214 -
CMYK 0.33 0.54 0 0.16
HSL 263.79º 0.59% 0.61% -
HSV(B) 263.79º 0.54% 0.84% -
XYZ 28.01 19.52 65.91 -
YUV 124.98 178.24 141.57 -
System Red Green Blue C M Y K H S L
Decimal 144 98 214 0.33 0.54 0 0.16 263.79 0.59 0.61
Hex 90 62 D6 21 36 0 10 108 3B 3D
Octal 220 142 326 41 66 0 20 410 73 75
Binary 10010000 1100010 11010110 100001 110110 0 10000 100001000 111011 111101

Color Harmonies of #9062D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9062D6

Black with #9062D6

Text Example


Text Example

White with #9062D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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