Html Css Color HEX #9673DE Medium Purple

📋 copy color: '#9673DE'

red 150 ◦ green 115 ◦ blue 222

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

Shades of Medium Purple #9673DE

Tints of Medium Purple #9673DE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.61%

 BLUE value IS 222 (87.11% from 255) = 45.59%

R = 30.8%
G = 23.61%
B = 45.59%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9673DE (or 0x9673DE) is known color: Medium Purple. HEX triplet: 96, 73 and DE. RGB value is (150,115,222). Sum of RGB (Red+Green+Blue) = 150+115+222=487 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.80% from 487); Green value is 115 (45.31% from 255 or 23.61% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #9673DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9673DE is #698C21. Grayscale: #898989. Windows color (decimal): -6917154 or 14578582. OLE color: 14578582.

HSL color Cylindrical-coordinate representation of color #9673DE: hue angle of 259.63º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9673DE is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 115 222 -
CMYK 0.32 0.48 0 0.13
HSL 259.63º 0.62% 0.66% -
HSV(B) 259.63º 0.48% 0.87% -
XYZ 31.89 24.02 72.06 -
YUV 137.66 175.6 136.8 -
System Red Green Blue C M Y K H S L
Decimal 150 115 222 0.32 0.48 0 0.13 259.63 0.62 0.66
Hex 96 73 DE 20 30 0 D 104 3E 42
Octal 226 163 336 40 60 0 15 404 76 102
Binary 10010110 1110011 11011110 100000 110000 0 1101 100000100 111110 1000010

Color Harmonies of #9673DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9673DE

Black with #9673DE

Text Example


Text Example

White with #9673DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9673DE; }

 p { color: rgb(150,115,222); }

 H1.HeaderClassName
 {
   color: #9673DE;
 }
 .AnyTagClassName
 {
   color: #9673DE;
 }
</style>

background-color css

<style>
 a { background-color: #9673DE; }

 a { background-color: rgb(150,115,222); }

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

border-color css

<style>
 span { border-color: #9673DE; }

 span { border-color: rgb(150,115,222); }

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