Html Css Color HEX #9671DF Medium Purple

📋 copy color: '#9671DF'

red 150 ◦ green 113 ◦ blue 223

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

Shades of Medium Purple #9671DF

Tints of Medium Purple #9671DF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.25%

 BLUE value IS 223 (87.5% from 255) = 45.88%

R = 30.86%
G = 23.25%
B = 45.88%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9671DF (or 0x9671DF) is known color: Medium Purple. HEX triplet: 96, 71 and DF. RGB value is (150,113,223). Sum of RGB (Red+Green+Blue) = 150+113+223=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #9671DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9671DF is #698E20. Grayscale: #888888. Windows color (decimal): -6917665 or 14643606. OLE color: 14643606.

HSL color Cylindrical-coordinate representation of color #9671DF: hue angle of 260.18º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9671DF is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 113 223 -
CMYK 0.33 0.49 0 0.13
HSL 260.18º 0.63% 0.66% -
HSV(B) 260.18º 0.49% 0.87% -
XYZ 31.8 23.62 72.7 -
YUV 136.6 176.76 137.56 -
System Red Green Blue C M Y K H S L
Decimal 150 113 223 0.33 0.49 0 0.13 260.18 0.63 0.66
Hex 96 71 DF 21 31 0 D 104 3F 42
Octal 226 161 337 41 61 0 15 404 77 102
Binary 10010110 1110001 11011111 100001 110001 0 1101 100000100 111111 1000010

Color Harmonies of #9671DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9671DF

Black with #9671DF

Text Example


Text Example

White with #9671DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9671DF; }

 p { color: rgb(150,113,223); }

 H1.HeaderClassName
 {
   color: #9671DF;
 }
 .AnyTagClassName
 {
   color: #9671DF;
 }
</style>

background-color css

<style>
 a { background-color: #9671DF; }

 a { background-color: rgb(150,113,223); }

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

border-color css

<style>
 span { border-color: #9671DF; }

 span { border-color: rgb(150,113,223); }

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