Html Css Color HEX #9662DB Medium Purple

📋 copy color: '#9662DB'

red 150 ◦ green 98 ◦ blue 219

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

Shades of Medium Purple #9662DB

Tints of Medium Purple #9662DB

RGB

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

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

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

R = 32.12%
G = 20.99%
B = 46.9%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9662DB (or 0x9662DB) is known color: Medium Purple. HEX triplet: 96, 62 and DB. RGB value is (150,98,219). Sum of RGB (Red+Green+Blue) = 150+98+219=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #9662DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9662DB is #699D24. Grayscale: #7E7E7E. Windows color (decimal): -6921509 or 14377622. OLE color: 14377622.

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

Color convert

RGB 150 98 219 -
CMYK 0.32 0.55 0 0.14
HSL 265.79º 0.63% 0.62% -
HSV(B) 265.79º 0.55% 0.86% -
XYZ 29.73 20.33 69.38 -
YUV 127.34 179.73 144.16 -
System Red Green Blue C M Y K H S L
Decimal 150 98 219 0.32 0.55 0 0.14 265.79 0.63 0.62
Hex 96 62 DB 20 37 0 E 10A 3F 3E
Octal 226 142 333 40 67 0 16 412 77 76
Binary 10010110 1100010 11011011 100000 110111 0 1110 100001010 111111 111110

Color Harmonies of #9662DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9662DB

Black with #9662DB

Text Example


Text Example

White with #9662DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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