Html Css Color HEX #9062DF Medium Purple

📋 copy color: '#9062DF'

red 144 ◦ green 98 ◦ blue 223

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

Shades of Medium Purple #9062DF

Tints of Medium Purple #9062DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.96%

R = 30.97%
G = 21.08%
B = 47.96%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9062DF (or 0x9062DF) is known color: Medium Purple. HEX triplet: 90, 62 and DF. RGB value is (144,98,223). Sum of RGB (Red+Green+Blue) = 144+98+223=465 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.97% from 465); Green value is 98 (38.67% from 255 or 21.08% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #9062DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9062DF is #6F9D20. Grayscale: #7D7D7D. Windows color (decimal): -7314721 or 14639760. OLE color: 14639760.

HSL color Cylindrical-coordinate representation of color #9062DF: hue angle of 262.08º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9062DF is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 98 223 -
CMYK 0.35 0.56 0 0.13
HSL 262.08º 0.66% 0.63% -
HSV(B) 262.08º 0.56% 0.87% -
XYZ 29.19 19.99 72.13 -
YUV 126 182.74 140.84 -
System Red Green Blue C M Y K H S L
Decimal 144 98 223 0.35 0.56 0 0.13 262.08 0.66 0.63
Hex 90 62 DF 23 38 0 D 106 42 3F
Octal 220 142 337 43 70 0 15 406 102 77
Binary 10010000 1100010 11011111 100011 111000 0 1101 100000110 1000010 111111

Color Harmonies of #9062DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9062DF

Black with #9062DF

Text Example


Text Example

White with #9062DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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