Html Css Color HEX #9669DB Medium Purple

📋 copy color: '#9669DB'

red 150 ◦ green 105 ◦ blue 219

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

Shades of Medium Purple #9669DB

Tints of Medium Purple #9669DB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.15%

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

R = 31.65%
G = 22.15%
B = 46.2%

CMYK

 C value IS 0.32

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9669DB (or 0x9669DB) is known color: Medium Purple. HEX triplet: 96, 69 and DB. RGB value is (150,105,219). Sum of RGB (Red+Green+Blue) = 150+105+219=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #9669DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9669DB is #699624. Grayscale: #838383. Windows color (decimal): -6919717 or 14379414. OLE color: 14379414.

HSL color Cylindrical-coordinate representation of color #9669DB: hue angle of 263.68º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9669DB is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 105 219 -
CMYK 0.32 0.52 0 0.14
HSL 263.68º 0.61% 0.64% -
HSV(B) 263.68º 0.52% 0.86% -
XYZ 30.42 21.7 69.6 -
YUV 131.45 177.41 141.23 -
System Red Green Blue C M Y K H S L
Decimal 150 105 219 0.32 0.52 0 0.14 263.68 0.61 0.64
Hex 96 69 DB 20 34 0 E 108 3D 40
Octal 226 151 333 40 64 0 16 410 75 100
Binary 10010110 1101001 11011011 100000 110100 0 1110 100001000 111101 1000000

Color Harmonies of #9669DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9669DB

Black with #9669DB

Text Example


Text Example

White with #9669DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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