Html Css Color HEX #9667DC Medium Purple

📋 copy color: '#9667DC'

red 150 ◦ green 103 ◦ blue 220

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

Shades of Medium Purple #9667DC

Tints of Medium Purple #9667DC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.78%

 BLUE value IS 220 (86.33% from 255) = 46.51%

R = 31.71%
G = 21.78%
B = 46.51%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9667DC (or 0x9667DC) is known color: Medium Purple. HEX triplet: 96, 67 and DC. RGB value is (150,103,220). Sum of RGB (Red+Green+Blue) = 150+103+220=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 103 (40.62% from 255 or 21.78% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #9667DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9667DC is #699823. Grayscale: #818181. Windows color (decimal): -6920228 or 14444438. OLE color: 14444438.

HSL color Cylindrical-coordinate representation of color #9667DC: hue angle of 264.1º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9667DC is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 103 220 -
CMYK 0.32 0.53 0 0.14
HSL 264.1º 0.63% 0.63% -
HSV(B) 264.1º 0.53% 0.86% -
XYZ 30.35 21.35 70.23 -
YUV 130.39 178.57 141.99 -
System Red Green Blue C M Y K H S L
Decimal 150 103 220 0.32 0.53 0 0.14 264.1 0.63 0.63
Hex 96 67 DC 20 35 0 E 108 3F 3F
Octal 226 147 334 40 65 0 16 410 77 77
Binary 10010110 1100111 11011100 100000 110101 0 1110 100001000 111111 111111

Color Harmonies of #9667DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9667DC

Black with #9667DC

Text Example


Text Example

White with #9667DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9667DC; }

 p { color: rgb(150,103,220); }

 H1.HeaderClassName
 {
   color: #9667DC;
 }
 .AnyTagClassName
 {
   color: #9667DC;
 }
</style>

background-color css

<style>
 a { background-color: #9667DC; }

 a { background-color: rgb(150,103,220); }

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

border-color css

<style>
 span { border-color: #9667DC; }

 span { border-color: rgb(150,103,220); }

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