Html Css Color HEX #9669D8 Medium Purple

📋 copy color: '#9669D8'

red 150 ◦ green 105 ◦ blue 216

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

Shades of Medium Purple #9669D8

Tints of Medium Purple #9669D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.86%

R = 31.85%
G = 22.29%
B = 45.86%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9669D8 (or 0x9669D8) is known color: Medium Purple. HEX triplet: 96, 69 and D8. RGB value is (150,105,216). Sum of RGB (Red+Green+Blue) = 150+105+216=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 216 (84.77% from 255 or 45.86% from 471); Max value from RGB is 216 - color contains mainly: blue. Hex color #9669D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9669D8 is #699627. Grayscale: #828282. Windows color (decimal): -6919720 or 14182806. OLE color: 14182806.

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

Color convert

RGB 150 105 216 -
CMYK 0.31 0.51 0 0.15
HSL 264.32º 0.59% 0.63% -
HSV(B) 264.32º 0.51% 0.85% -
XYZ 30.02 21.55 67.54 -
YUV 131.11 175.91 141.47 -
System Red Green Blue C M Y K H S L
Decimal 150 105 216 0.31 0.51 0 0.15 264.32 0.59 0.63
Hex 96 69 D8 1F 33 0 F 108 3B 3F
Octal 226 151 330 37 63 0 17 410 73 77
Binary 10010110 1101001 11011000 11111 110011 0 1111 100001000 111011 111111

Color Harmonies of #9669D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9669D8

Black with #9669D8

Text Example


Text Example

White with #9669D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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