Html Css Color HEX #9668D9 Medium Purple

📋 copy color: '#9668D9'

red 150 ◦ green 104 ◦ blue 217

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

Shades of Medium Purple #9668D9

Tints of Medium Purple #9668D9

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.08%

 BLUE value IS 217 (85.16% from 255) = 46.07%

R = 31.85%
G = 22.08%
B = 46.07%

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

#9668D9 (or 0x9668D9) is known color: Medium Purple. HEX triplet: 96, 68 and D9. RGB value is (150,104,217). Sum of RGB (Red+Green+Blue) = 150+104+217=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 104 (41.02% from 255 or 22.08% from 471); Blue value is 217 (85.16% from 255 or 46.07% from 471); Max value from RGB is 217 - color contains mainly: blue. Hex color #9668D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9668D9 is #699726. Grayscale: #828282. Windows color (decimal): -6919975 or 14248086. OLE color: 14248086.

HSL color Cylindrical-coordinate representation of color #9668D9: hue angle of 264.42º 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 #9668D9 is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 104 217 -
CMYK 0.31 0.52 0 0.15
HSL 264.42º 0.6% 0.63% -
HSV(B) 264.42º 0.52% 0.85% -
XYZ 30.05 21.39 68.19 -
YUV 130.64 176.74 141.81 -
System Red Green Blue C M Y K H S L
Decimal 150 104 217 0.31 0.52 0 0.15 264.42 0.6 0.63
Hex 96 68 D9 1F 34 0 F 108 3C 3F
Octal 226 150 331 37 64 0 17 410 74 77
Binary 10010110 1101000 11011001 11111 110100 0 1111 100001000 111100 111111

Color Harmonies of #9668D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9668D9

Black with #9668D9

Text Example


Text Example

White with #9668D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9668D9; }

 p { color: rgb(150,104,217); }

 H1.HeaderClassName
 {
   color: #9668D9;
 }
 .AnyTagClassName
 {
   color: #9668D9;
 }
</style>

background-color css

<style>
 a { background-color: #9668D9; }

 a { background-color: rgb(150,104,217); }

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

border-color css

<style>
 span { border-color: #9668D9; }

 span { border-color: rgb(150,104,217); }

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