Html Css Color HEX #9662DD Medium Purple

📋 copy color: '#9662DD'

red 150 ◦ green 98 ◦ blue 221

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

Shades of Medium Purple #9662DD

Tints of Medium Purple #9662DD

RGB

 RED value IS 150 (58.98% from 255) = 31.98%

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

 BLUE value IS 221 (86.72% from 255) = 47.12%

R = 31.98%
G = 20.9%
B = 47.12%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9662DD (or 0x9662DD) is known color: Medium Purple. HEX triplet: 96, 62 and DD. RGB value is (150,98,221). Sum of RGB (Red+Green+Blue) = 150+98+221=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #9662DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9662DD is #699D22. Grayscale: #7F7F7F. Windows color (decimal): -6921507 or 14508694. OLE color: 14508694.

HSL color Cylindrical-coordinate representation of color #9662DD: hue angle of 265.37º degrees, saturation: 0.64, 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 #9662DD is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 98 221 -
CMYK 0.32 0.56 0 0.13
HSL 265.37º 0.64% 0.63% -
HSV(B) 265.37º 0.56% 0.87% -
XYZ 30 20.44 70.77 -
YUV 127.57 180.73 144 -
System Red Green Blue C M Y K H S L
Decimal 150 98 221 0.32 0.56 0 0.13 265.37 0.64 0.63
Hex 96 62 DD 20 38 0 D 109 40 3F
Octal 226 142 335 40 70 0 15 411 100 77
Binary 10010110 1100010 11011101 100000 111000 0 1101 100001001 1000000 111111

Color Harmonies of #9662DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9662DD

Black with #9662DD

Text Example


Text Example

White with #9662DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9662DD; }

 p { color: rgb(150,98,221); }

 H1.HeaderClassName
 {
   color: #9662DD;
 }
 .AnyTagClassName
 {
   color: #9662DD;
 }
</style>

background-color css

<style>
 a { background-color: #9662DD; }

 a { background-color: rgb(150,98,221); }

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

border-color css

<style>
 span { border-color: #9662DD; }

 span { border-color: rgb(150,98,221); }

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