Html Css Color HEX #9669DA Medium Purple

📋 copy color: '#9669DA'

red 150 ◦ green 105 ◦ blue 218

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

Shades of Medium Purple #9669DA

Tints of Medium Purple #9669DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.09%

R = 31.71%
G = 22.2%
B = 46.09%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9669DA (or 0x9669DA) is known color: Medium Purple. HEX triplet: 96, 69 and DA. RGB value is (150,105,218). Sum of RGB (Red+Green+Blue) = 150+105+218=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #9669DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9669DA is #699625. Grayscale: #828282. Windows color (decimal): -6919718 or 14313878. OLE color: 14313878.

HSL color Cylindrical-coordinate representation of color #9669DA: hue angle of 263.89º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9669DA is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 105 218 -
CMYK 0.31 0.52 0 0.15
HSL 263.89º 0.6% 0.63% -
HSV(B) 263.89º 0.52% 0.85% -
XYZ 30.28 21.65 68.91 -
YUV 131.34 176.91 141.31 -
System Red Green Blue C M Y K H S L
Decimal 150 105 218 0.31 0.52 0 0.15 263.89 0.6 0.63
Hex 96 69 DA 1F 34 0 F 108 3C 3F
Octal 226 151 332 37 64 0 17 410 74 77
Binary 10010110 1101001 11011010 11111 110100 0 1111 100001000 111100 111111

Color Harmonies of #9669DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9669DA

Black with #9669DA

Text Example


Text Example

White with #9669DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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